Class ConfigSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

        public ConfigSettings.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.

      • getDeploymentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeploymentRequest,​Deployment> getDeploymentSettings()
        Returns the builder for the settings used for calls to getDeployment.
      • createDeploymentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeploymentRequest,​com.google.longrunning.Operation> createDeploymentSettings()
        Returns the builder for the settings used for calls to createDeployment.
      • createDeploymentOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateDeploymentRequest,​Deployment,​OperationMetadata> createDeploymentOperationSettings()
        Returns the builder for the settings used for calls to createDeployment.
      • updateDeploymentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDeploymentRequest,​com.google.longrunning.Operation> updateDeploymentSettings()
        Returns the builder for the settings used for calls to updateDeployment.
      • updateDeploymentOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDeploymentRequest,​Deployment,​OperationMetadata> updateDeploymentOperationSettings()
        Returns the builder for the settings used for calls to updateDeployment.
      • deleteDeploymentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDeploymentRequest,​com.google.longrunning.Operation> deleteDeploymentSettings()
        Returns the builder for the settings used for calls to deleteDeployment.
      • deleteDeploymentOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteDeploymentRequest,​Deployment,​OperationMetadata> deleteDeploymentOperationSettings()
        Returns the builder for the settings used for calls to deleteDeployment.
      • getRevisionSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRevisionRequest,​Revision> getRevisionSettings()
        Returns the builder for the settings used for calls to getRevision.
      • getResourceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetResourceRequest,​Resource> getResourceSettings()
        Returns the builder for the settings used for calls to getResource.
      • exportDeploymentStatefileSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDeploymentStatefileRequest,​Statefile> exportDeploymentStatefileSettings()
        Returns the builder for the settings used for calls to exportDeploymentStatefile.
      • exportRevisionStatefileSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportRevisionStatefileRequest,​Statefile> exportRevisionStatefileSettings()
        Returns the builder for the settings used for calls to exportRevisionStatefile.
      • importStatefileSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportStatefileRequest,​Statefile> importStatefileSettings()
        Returns the builder for the settings used for calls to importStatefile.
      • deleteStatefileSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteStatefileRequest,​com.google.protobuf.Empty> deleteStatefileSettings()
        Returns the builder for the settings used for calls to deleteStatefile.
      • lockDeploymentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<LockDeploymentRequest,​com.google.longrunning.Operation> lockDeploymentSettings()
        Returns the builder for the settings used for calls to lockDeployment.
      • lockDeploymentOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<LockDeploymentRequest,​Deployment,​OperationMetadata> lockDeploymentOperationSettings()
        Returns the builder for the settings used for calls to lockDeployment.
      • unlockDeploymentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UnlockDeploymentRequest,​com.google.longrunning.Operation> unlockDeploymentSettings()
        Returns the builder for the settings used for calls to unlockDeployment.
      • unlockDeploymentOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UnlockDeploymentRequest,​Deployment,​OperationMetadata> unlockDeploymentOperationSettings()
        Returns the builder for the settings used for calls to unlockDeployment.
      • exportLockInfoSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportLockInfoRequest,​LockInfo> exportLockInfoSettings()
        Returns the builder for the settings used for calls to exportLockInfo.
      • listLocationsSettings

        public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​ConfigClient.ListLocationsPagedResponse> listLocationsSettings()
        Returns the builder for the settings used for calls to listLocations.
      • getLocationSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,​com.google.cloud.location.Location> getLocationSettings()
        Returns the builder for the settings used for calls to getLocation.
      • 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.
      • 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.
      • 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.