Class AppConnectionsServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

        public AppConnectionsServiceStubSettings.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()
      • getAppConnectionSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAppConnectionRequest,​AppConnection> getAppConnectionSettings()
        Returns the builder for the settings used for calls to getAppConnection.
      • createAppConnectionSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAppConnectionRequest,​com.google.longrunning.Operation> createAppConnectionSettings()
        Returns the builder for the settings used for calls to createAppConnection.
      • createAppConnectionOperationSettings

        @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<CreateAppConnectionRequest,​AppConnection,​AppConnectionOperationMetadata> createAppConnectionOperationSettings()
        Returns the builder for the settings used for calls to createAppConnection.
      • updateAppConnectionSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAppConnectionRequest,​com.google.longrunning.Operation> updateAppConnectionSettings()
        Returns the builder for the settings used for calls to updateAppConnection.
      • updateAppConnectionOperationSettings

        @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<UpdateAppConnectionRequest,​AppConnection,​AppConnectionOperationMetadata> updateAppConnectionOperationSettings()
        Returns the builder for the settings used for calls to updateAppConnection.
      • deleteAppConnectionSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAppConnectionRequest,​com.google.longrunning.Operation> deleteAppConnectionSettings()
        Returns the builder for the settings used for calls to deleteAppConnection.
      • deleteAppConnectionOperationSettings

        @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<DeleteAppConnectionRequest,​com.google.protobuf.Empty,​AppConnectionOperationMetadata> deleteAppConnectionOperationSettings()
        Returns the builder for the settings used for calls to deleteAppConnection.
      • listLocationsSettings

        public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​AppConnectionsServiceClient.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.