Class GkeHubStubSettings (1.0.1)

public class GkeHubStubSettings extends StubSettings<GkeHubStubSettings>

Settings class to configure an instance of GkeHubStub.

The default instance has everything set to sensible defaults:

  • The default service address (gkehub.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getMembership to 30 seconds:


 GkeHubStubSettings.Builder gkeHubSettingsBuilder = GkeHubStubSettings.newBuilder();
 gkeHubSettingsBuilder
     .getMembershipSettings()
     .setRetrySettings(
         gkeHubSettingsBuilder
             .getMembershipSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 GkeHubStubSettings gkeHubSettings = gkeHubSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > GkeHubStubSettings
com.google.api.gax.rpc.StubSettings.getApiKey()

Static Methods

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static GkeHubStubSettings.Builder newBuilder()

Returns a new builder for this class.

Returns

newBuilder(ClientContext clientContext)

public static GkeHubStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns

Constructors

GkeHubStubSettings(GkeHubStubSettings.Builder settingsBuilder)

protected GkeHubStubSettings(GkeHubStubSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderGkeHubStubSettings.Builder

Methods

createFeatureOperationSettings()

public OperationCallSettings<CreateFeatureRequest,Feature,OperationMetadata> createFeatureOperationSettings()

Returns the object with the settings used for calls to createFeature.

Returns

createFeatureSettings()

public UnaryCallSettings<CreateFeatureRequest,Operation> createFeatureSettings()

Returns the object with the settings used for calls to createFeature.

Returns

createMembershipOperationSettings()

public OperationCallSettings<CreateMembershipRequest,Membership,OperationMetadata> createMembershipOperationSettings()

Returns the object with the settings used for calls to createMembership.

Returns

createMembershipSettings()

public UnaryCallSettings<CreateMembershipRequest,Operation> createMembershipSettings()

Returns the object with the settings used for calls to createMembership.

Returns

createStub()

public GkeHubStub createStub()
Returns
TypeDescription
GkeHubStub
Exceptions
TypeDescription
IOException

deleteFeatureOperationSettings()

public OperationCallSettings<DeleteFeatureRequest,Empty,OperationMetadata> deleteFeatureOperationSettings()

Returns the object with the settings used for calls to deleteFeature.

Returns

deleteFeatureSettings()

public UnaryCallSettings<DeleteFeatureRequest,Operation> deleteFeatureSettings()

Returns the object with the settings used for calls to deleteFeature.

Returns

deleteMembershipOperationSettings()

public OperationCallSettings<DeleteMembershipRequest,Empty,OperationMetadata> deleteMembershipOperationSettings()

Returns the object with the settings used for calls to deleteMembership.

Returns

deleteMembershipSettings()

public UnaryCallSettings<DeleteMembershipRequest,Operation> deleteMembershipSettings()

Returns the object with the settings used for calls to deleteMembership.

Returns

generateConnectManifestSettings()

public UnaryCallSettings<GenerateConnectManifestRequest,GenerateConnectManifestResponse> generateConnectManifestSettings()

Returns the object with the settings used for calls to generateConnectManifest.

Returns

getFeatureSettings()

public UnaryCallSettings<GetFeatureRequest,Feature> getFeatureSettings()

Returns the object with the settings used for calls to getFeature.

Returns

getMembershipSettings()

public UnaryCallSettings<GetMembershipRequest,Membership> getMembershipSettings()

Returns the object with the settings used for calls to getMembership.

Returns

listFeaturesSettings()

public PagedCallSettings<ListFeaturesRequest,ListFeaturesResponse,GkeHubClient.ListFeaturesPagedResponse> listFeaturesSettings()

Returns the object with the settings used for calls to listFeatures.

Returns

listMembershipsSettings()

public PagedCallSettings<ListMembershipsRequest,ListMembershipsResponse,GkeHubClient.ListMembershipsPagedResponse> listMembershipsSettings()

Returns the object with the settings used for calls to listMemberships.

Returns

toBuilder()

public GkeHubStubSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns Overrides

updateFeatureOperationSettings()

public OperationCallSettings<UpdateFeatureRequest,Feature,OperationMetadata> updateFeatureOperationSettings()

Returns the object with the settings used for calls to updateFeature.

Returns

updateFeatureSettings()

public UnaryCallSettings<UpdateFeatureRequest,Operation> updateFeatureSettings()

Returns the object with the settings used for calls to updateFeature.

Returns

updateMembershipOperationSettings()

public OperationCallSettings<UpdateMembershipRequest,Membership,OperationMetadata> updateMembershipOperationSettings()

Returns the object with the settings used for calls to updateMembership.

Returns

updateMembershipSettings()

public UnaryCallSettings<UpdateMembershipRequest,Operation> updateMembershipSettings()

Returns the object with the settings used for calls to updateMembership.

Returns