Class BigtableInstanceAdminStubSettings.Builder

java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<BigtableInstanceAdminStubSettings,BigtableInstanceAdminStubSettings.Builder>
com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
Enclosing class:
BigtableInstanceAdminStubSettings

public static class BigtableInstanceAdminStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<BigtableInstanceAdminStubSettings,BigtableInstanceAdminStubSettings.Builder>
Builder for BigtableInstanceAdminStubSettings.
  • Constructor Details

    • Builder

      protected Builder()
    • Builder

      protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
    • Builder

      protected Builder(BigtableInstanceAdminStubSettings settings)
  • Method Details

    • applyToAllUnaryMethods

      public BigtableInstanceAdminStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
      Applies the given settings updater function to all of the unary API methods in this service.

      Note: This method does not support applying settings to streaming methods.

    • unaryMethodSettingsBuilders

      public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
    • createInstanceSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateInstanceRequest,com.google.longrunning.Operation> createInstanceSettings()
      Returns the builder for the settings used for calls to createInstance.
    • createInstanceOperationSettings

      @BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateInstanceRequest,Instance,CreateInstanceMetadata> createInstanceOperationSettings()
      Returns the builder for the settings used for calls to createInstance.
    • getInstanceSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceRequest,Instance> getInstanceSettings()
      Returns the builder for the settings used for calls to getInstance.
    • listInstancesSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<ListInstancesRequest,ListInstancesResponse> listInstancesSettings()
      Returns the builder for the settings used for calls to listInstances.
    • updateInstanceSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<Instance,Instance> updateInstanceSettings()
      Returns the builder for the settings used for calls to updateInstance.
    • partialUpdateInstanceSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<PartialUpdateInstanceRequest,com.google.longrunning.Operation> partialUpdateInstanceSettings()
      Returns the builder for the settings used for calls to partialUpdateInstance.
    • partialUpdateInstanceOperationSettings

      @BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<PartialUpdateInstanceRequest,Instance,UpdateInstanceMetadata> partialUpdateInstanceOperationSettings()
      Returns the builder for the settings used for calls to partialUpdateInstance.
    • deleteInstanceSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteInstanceRequest,com.google.protobuf.Empty> deleteInstanceSettings()
      Returns the builder for the settings used for calls to deleteInstance.
    • createClusterSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateClusterRequest,com.google.longrunning.Operation> createClusterSettings()
      Returns the builder for the settings used for calls to createCluster.
    • createClusterOperationSettings

      @BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateClusterRequest,Cluster,CreateClusterMetadata> createClusterOperationSettings()
      Returns the builder for the settings used for calls to createCluster.
    • getClusterSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetClusterRequest,Cluster> getClusterSettings()
      Returns the builder for the settings used for calls to getCluster.
    • listClustersSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<ListClustersRequest,ListClustersResponse> listClustersSettings()
      Returns the builder for the settings used for calls to listClusters.
    • updateClusterSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<Cluster,com.google.longrunning.Operation> updateClusterSettings()
      Returns the builder for the settings used for calls to updateCluster.
    • updateClusterOperationSettings

      @BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<Cluster,Cluster,UpdateClusterMetadata> updateClusterOperationSettings()
      Returns the builder for the settings used for calls to updateCluster.
    • partialUpdateClusterSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<PartialUpdateClusterRequest,com.google.longrunning.Operation> partialUpdateClusterSettings()
      Returns the builder for the settings used for calls to partialUpdateCluster.
    • partialUpdateClusterOperationSettings

      @BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<PartialUpdateClusterRequest,Cluster,PartialUpdateClusterMetadata> partialUpdateClusterOperationSettings()
      Returns the builder for the settings used for calls to partialUpdateCluster.
    • deleteClusterSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteClusterRequest,com.google.protobuf.Empty> deleteClusterSettings()
      Returns the builder for the settings used for calls to deleteCluster.
    • createAppProfileSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAppProfileRequest,AppProfile> createAppProfileSettings()
      Returns the builder for the settings used for calls to createAppProfile.
    • getAppProfileSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAppProfileRequest,AppProfile> getAppProfileSettings()
      Returns the builder for the settings used for calls to getAppProfile.
    • listAppProfilesSettings

      public com.google.api.gax.rpc.PagedCallSettings.Builder<ListAppProfilesRequest,ListAppProfilesResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListAppProfilesPagedResponse> listAppProfilesSettings()
      Returns the builder for the settings used for calls to listAppProfiles.
    • updateAppProfileSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAppProfileRequest,com.google.longrunning.Operation> updateAppProfileSettings()
      Returns the builder for the settings used for calls to updateAppProfile.
    • updateAppProfileOperationSettings

      @BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateAppProfileRequest,AppProfile,UpdateAppProfileMetadata> updateAppProfileOperationSettings()
      Returns the builder for the settings used for calls to updateAppProfile.
    • deleteAppProfileSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAppProfileRequest,com.google.protobuf.Empty> deleteAppProfileSettings()
      Returns the builder for the settings used for calls to deleteAppProfile.
    • getIamPolicySettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
      Returns the builder for the settings used for calls to getIamPolicy.
    • setIamPolicySettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
      Returns the builder for the settings used for calls to setIamPolicy.
    • testIamPermissionsSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
      Returns the builder for the settings used for calls to testIamPermissions.
    • listHotTabletsSettings

      public com.google.api.gax.rpc.PagedCallSettings.Builder<ListHotTabletsRequest,ListHotTabletsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListHotTabletsPagedResponse> listHotTabletsSettings()
      Returns the builder for the settings used for calls to listHotTablets.
    • build

      Specified by:
      build in class com.google.api.gax.rpc.StubSettings.Builder<BigtableInstanceAdminStubSettings,BigtableInstanceAdminStubSettings.Builder>
      Throws:
      IOException