Class VpcAccessServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

        public VpcAccessServiceStubSettings.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()
      • createConnectorSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateConnectorRequest,​com.google.longrunning.Operation> createConnectorSettings()
        Returns the builder for the settings used for calls to createConnector.
      • createConnectorOperationSettings

        @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<CreateConnectorRequest,​Connector,​OperationMetadata> createConnectorOperationSettings()
        Returns the builder for the settings used for calls to createConnector.
      • getConnectorSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectorRequest,​Connector> getConnectorSettings()
        Returns the builder for the settings used for calls to getConnector.
      • deleteConnectorSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteConnectorRequest,​com.google.longrunning.Operation> deleteConnectorSettings()
        Returns the builder for the settings used for calls to deleteConnector.
      • deleteConnectorOperationSettings

        @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<DeleteConnectorRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteConnectorOperationSettings()
        Returns the builder for the settings used for calls to deleteConnector.
      • listLocationsSettings

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