Class NodeGroupControllerStubSettings.Builder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NodeGroupControllerStubSettings.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.
      NodeGroupControllerStubSettings build()  
      com.google.api.gax.rpc.OperationCallSettings.Builder<CreateNodeGroupRequest,​NodeGroup,​NodeGroupOperationMetadata> createNodeGroupOperationSettings()
      Returns the builder for the settings used for calls to createNodeGroup.
      com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNodeGroupRequest,​com.google.longrunning.Operation> createNodeGroupSettings()
      Returns the builder for the settings used for calls to createNodeGroup.
      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.
      com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodeGroupRequest,​NodeGroup> getNodeGroupSettings()
      Returns the builder for the settings used for calls to getNodeGroup.
      com.google.api.gax.rpc.OperationCallSettings.Builder<ResizeNodeGroupRequest,​NodeGroup,​NodeGroupOperationMetadata> resizeNodeGroupOperationSettings()
      Returns the builder for the settings used for calls to resizeNodeGroup.
      com.google.api.gax.rpc.UnaryCallSettings.Builder<ResizeNodeGroupRequest,​com.google.longrunning.Operation> resizeNodeGroupSettings()
      Returns the builder for the settings used for calls to resizeNodeGroup.
      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.
      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.
      com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,​?>> unaryMethodSettingsBuilders()  
      • Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder

        applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

        public NodeGroupControllerStubSettings.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()
      • createNodeGroupSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNodeGroupRequest,​com.google.longrunning.Operation> createNodeGroupSettings()
        Returns the builder for the settings used for calls to createNodeGroup.
      • createNodeGroupOperationSettings

        @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<CreateNodeGroupRequest,​NodeGroup,​NodeGroupOperationMetadata> createNodeGroupOperationSettings()
        Returns the builder for the settings used for calls to createNodeGroup.
      • resizeNodeGroupSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ResizeNodeGroupRequest,​com.google.longrunning.Operation> resizeNodeGroupSettings()
        Returns the builder for the settings used for calls to resizeNodeGroup.
      • resizeNodeGroupOperationSettings

        @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<ResizeNodeGroupRequest,​NodeGroup,​NodeGroupOperationMetadata> resizeNodeGroupOperationSettings()
        Returns the builder for the settings used for calls to resizeNodeGroup.
      • getNodeGroupSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodeGroupRequest,​NodeGroup> getNodeGroupSettings()
        Returns the builder for the settings used for calls to getNodeGroup.
      • 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.