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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
GkeHubStubSettings.Builder gkeHubSettingsBuilder = GkeHubStubSettings.newBuilder();
gkeHubSettingsBuilder
.getMembershipSettings()
.setRetrySettings(
gkeHubSettingsBuilder.getMembershipSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
GkeHubStubSettings gkeHubSettings = gkeHubSettingsBuilder.build();
Static Methods
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Returns
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Returns
public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
Returns
public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
Returns
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Returns
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Returns
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
Returns
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Returns
newBuilder()
public static GkeHubStubSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Returns
newBuilder(ClientContext clientContext)
public static GkeHubStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Parameter
Returns
newHttpJsonBuilder()
public static GkeHubStubSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Returns
Constructors
GkeHubStubSettings(GkeHubStubSettings.Builder settingsBuilder)
protected GkeHubStubSettings(GkeHubStubSettings.Builder settingsBuilder)
Parameter
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
Exceptions
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