Class MetadataServiceStubSettings
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings<MetadataServiceStubSettings>
-
- com.google.cloud.aiplatform.v1beta1.stub.MetadataServiceStubSettings
-
@BetaApi @Generated("by gapic-generator-java") public class MetadataServiceStubSettings extends com.google.api.gax.rpc.StubSettings<MetadataServiceStubSettings>
Settings class to configure an instance ofMetadataServiceStub
.The default instance has everything set to sensible defaults:
- The default service address (aiplatform.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 getMetadataStore 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 MetadataServiceStubSettings.Builder metadataServiceSettingsBuilder = MetadataServiceStubSettings.newBuilder(); metadataServiceSettingsBuilder .getMetadataStoreSettings() .setRetrySettings( metadataServiceSettingsBuilder .getMetadataStoreSettings() .getRetrySettings() .toBuilder() .setTotalTimeout(Duration.ofSeconds(30)) .build()); MetadataServiceStubSettings metadataServiceSettings = metadataServiceSettingsBuilder.build();
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetadataServiceStubSettings.Builder
Builder for MetadataServiceStubSettings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
MetadataServiceStubSettings(MetadataServiceStubSettings.Builder settingsBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse>
addContextArtifactsAndExecutionsSettings()
Returns the object with the settings used for calls to addContextArtifactsAndExecutions.com.google.api.gax.rpc.UnaryCallSettings<AddContextChildrenRequest,AddContextChildrenResponse>
addContextChildrenSettings()
Returns the object with the settings used for calls to addContextChildren.com.google.api.gax.rpc.UnaryCallSettings<AddExecutionEventsRequest,AddExecutionEventsResponse>
addExecutionEventsSettings()
Returns the object with the settings used for calls to addExecutionEvents.com.google.api.gax.rpc.UnaryCallSettings<CreateArtifactRequest,Artifact>
createArtifactSettings()
Returns the object with the settings used for calls to createArtifact.com.google.api.gax.rpc.UnaryCallSettings<CreateContextRequest,Context>
createContextSettings()
Returns the object with the settings used for calls to createContext.com.google.api.gax.rpc.UnaryCallSettings<CreateExecutionRequest,Execution>
createExecutionSettings()
Returns the object with the settings used for calls to createExecution.com.google.api.gax.rpc.UnaryCallSettings<CreateMetadataSchemaRequest,MetadataSchema>
createMetadataSchemaSettings()
Returns the object with the settings used for calls to createMetadataSchema.com.google.api.gax.rpc.OperationCallSettings<CreateMetadataStoreRequest,MetadataStore,CreateMetadataStoreOperationMetadata>
createMetadataStoreOperationSettings()
Returns the object with the settings used for calls to createMetadataStore.com.google.api.gax.rpc.UnaryCallSettings<CreateMetadataStoreRequest,com.google.longrunning.Operation>
createMetadataStoreSettings()
Returns the object with the settings used for calls to createMetadataStore.MetadataServiceStub
createStub()
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder
defaultApiClientHeaderProviderBuilder()
static com.google.api.gax.core.GoogleCredentialsProvider.Builder
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.static com.google.api.gax.core.InstantiatingExecutorProvider.Builder
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.static com.google.api.gax.rpc.TransportChannelProvider
defaultTransportChannelProvider()
com.google.api.gax.rpc.OperationCallSettings<DeleteArtifactRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
deleteArtifactOperationSettings()
Returns the object with the settings used for calls to deleteArtifact.com.google.api.gax.rpc.UnaryCallSettings<DeleteArtifactRequest,com.google.longrunning.Operation>
deleteArtifactSettings()
Returns the object with the settings used for calls to deleteArtifact.com.google.api.gax.rpc.OperationCallSettings<DeleteContextRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
deleteContextOperationSettings()
Returns the object with the settings used for calls to deleteContext.com.google.api.gax.rpc.UnaryCallSettings<DeleteContextRequest,com.google.longrunning.Operation>
deleteContextSettings()
Returns the object with the settings used for calls to deleteContext.com.google.api.gax.rpc.OperationCallSettings<DeleteExecutionRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
deleteExecutionOperationSettings()
Returns the object with the settings used for calls to deleteExecution.com.google.api.gax.rpc.UnaryCallSettings<DeleteExecutionRequest,com.google.longrunning.Operation>
deleteExecutionSettings()
Returns the object with the settings used for calls to deleteExecution.com.google.api.gax.rpc.OperationCallSettings<DeleteMetadataStoreRequest,com.google.protobuf.Empty,DeleteMetadataStoreOperationMetadata>
deleteMetadataStoreOperationSettings()
Returns the object with the settings used for calls to deleteMetadataStore.com.google.api.gax.rpc.UnaryCallSettings<DeleteMetadataStoreRequest,com.google.longrunning.Operation>
deleteMetadataStoreSettings()
Returns the object with the settings used for calls to deleteMetadataStore.com.google.api.gax.rpc.UnaryCallSettings<GetArtifactRequest,Artifact>
getArtifactSettings()
Returns the object with the settings used for calls to getArtifact.com.google.api.gax.rpc.UnaryCallSettings<GetContextRequest,Context>
getContextSettings()
Returns the object with the settings used for calls to getContext.static String
getDefaultEndpoint()
Returns the default service endpoint.static String
getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.static List<String>
getDefaultServiceScopes()
Returns the default service scopes.com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution>
getExecutionSettings()
Returns the object with the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationSettings()
Returns the object with the settings used for calls to getLocation.com.google.api.gax.rpc.UnaryCallSettings<GetMetadataSchemaRequest,MetadataSchema>
getMetadataSchemaSettings()
Returns the object with the settings used for calls to getMetadataSchema.com.google.api.gax.rpc.UnaryCallSettings<GetMetadataStoreRequest,MetadataStore>
getMetadataStoreSettings()
Returns the object with the settings used for calls to getMetadataStore.com.google.api.gax.rpc.PagedCallSettings<ListArtifactsRequest,ListArtifactsResponse,MetadataServiceClient.ListArtifactsPagedResponse>
listArtifactsSettings()
Returns the object with the settings used for calls to listArtifacts.com.google.api.gax.rpc.PagedCallSettings<ListContextsRequest,ListContextsResponse,MetadataServiceClient.ListContextsPagedResponse>
listContextsSettings()
Returns the object with the settings used for calls to listContexts.com.google.api.gax.rpc.PagedCallSettings<ListExecutionsRequest,ListExecutionsResponse,MetadataServiceClient.ListExecutionsPagedResponse>
listExecutionsSettings()
Returns the object with the settings used for calls to listExecutions.com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,MetadataServiceClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.com.google.api.gax.rpc.PagedCallSettings<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataServiceClient.ListMetadataSchemasPagedResponse>
listMetadataSchemasSettings()
Returns the object with the settings used for calls to listMetadataSchemas.com.google.api.gax.rpc.PagedCallSettings<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataServiceClient.ListMetadataStoresPagedResponse>
listMetadataStoresSettings()
Returns the object with the settings used for calls to listMetadataStores.static MetadataServiceStubSettings.Builder
newBuilder()
Returns a new builder for this class.static MetadataServiceStubSettings.Builder
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.com.google.api.gax.rpc.OperationCallSettings<PurgeArtifactsRequest,PurgeArtifactsResponse,PurgeArtifactsMetadata>
purgeArtifactsOperationSettings()
Returns the object with the settings used for calls to purgeArtifacts.com.google.api.gax.rpc.UnaryCallSettings<PurgeArtifactsRequest,com.google.longrunning.Operation>
purgeArtifactsSettings()
Returns the object with the settings used for calls to purgeArtifacts.com.google.api.gax.rpc.OperationCallSettings<PurgeContextsRequest,PurgeContextsResponse,PurgeContextsMetadata>
purgeContextsOperationSettings()
Returns the object with the settings used for calls to purgeContexts.com.google.api.gax.rpc.UnaryCallSettings<PurgeContextsRequest,com.google.longrunning.Operation>
purgeContextsSettings()
Returns the object with the settings used for calls to purgeContexts.com.google.api.gax.rpc.OperationCallSettings<PurgeExecutionsRequest,PurgeExecutionsResponse,PurgeExecutionsMetadata>
purgeExecutionsOperationSettings()
Returns the object with the settings used for calls to purgeExecutions.com.google.api.gax.rpc.UnaryCallSettings<PurgeExecutionsRequest,com.google.longrunning.Operation>
purgeExecutionsSettings()
Returns the object with the settings used for calls to purgeExecutions.com.google.api.gax.rpc.UnaryCallSettings<QueryArtifactLineageSubgraphRequest,LineageSubgraph>
queryArtifactLineageSubgraphSettings()
Returns the object with the settings used for calls to queryArtifactLineageSubgraph.com.google.api.gax.rpc.UnaryCallSettings<QueryContextLineageSubgraphRequest,LineageSubgraph>
queryContextLineageSubgraphSettings()
Returns the object with the settings used for calls to queryContextLineageSubgraph.com.google.api.gax.rpc.UnaryCallSettings<QueryExecutionInputsAndOutputsRequest,LineageSubgraph>
queryExecutionInputsAndOutputsSettings()
Returns the object with the settings used for calls to queryExecutionInputsAndOutputs.com.google.api.gax.rpc.UnaryCallSettings<RemoveContextChildrenRequest,RemoveContextChildrenResponse>
removeContextChildrenSettings()
Returns the object with the settings used for calls to removeContextChildren.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.MetadataServiceStubSettings.Builder
toBuilder()
Returns a builder containing all the values of this settings class.com.google.api.gax.rpc.UnaryCallSettings<UpdateArtifactRequest,Artifact>
updateArtifactSettings()
Returns the object with the settings used for calls to updateArtifact.com.google.api.gax.rpc.UnaryCallSettings<UpdateContextRequest,Context>
updateContextSettings()
Returns the object with the settings used for calls to updateContext.com.google.api.gax.rpc.UnaryCallSettings<UpdateExecutionRequest,Execution>
updateExecutionSettings()
Returns the object with the settings used for calls to updateExecution.-
Methods inherited from class com.google.api.gax.rpc.StubSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
MetadataServiceStubSettings
protected MetadataServiceStubSettings(MetadataServiceStubSettings.Builder settingsBuilder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
createMetadataStoreSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateMetadataStoreRequest,com.google.longrunning.Operation> createMetadataStoreSettings()
Returns the object with the settings used for calls to createMetadataStore.
-
createMetadataStoreOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateMetadataStoreRequest,MetadataStore,CreateMetadataStoreOperationMetadata> createMetadataStoreOperationSettings()
Returns the object with the settings used for calls to createMetadataStore.
-
getMetadataStoreSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetMetadataStoreRequest,MetadataStore> getMetadataStoreSettings()
Returns the object with the settings used for calls to getMetadataStore.
-
listMetadataStoresSettings
public com.google.api.gax.rpc.PagedCallSettings<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataServiceClient.ListMetadataStoresPagedResponse> listMetadataStoresSettings()
Returns the object with the settings used for calls to listMetadataStores.
-
deleteMetadataStoreSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteMetadataStoreRequest,com.google.longrunning.Operation> deleteMetadataStoreSettings()
Returns the object with the settings used for calls to deleteMetadataStore.
-
deleteMetadataStoreOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteMetadataStoreRequest,com.google.protobuf.Empty,DeleteMetadataStoreOperationMetadata> deleteMetadataStoreOperationSettings()
Returns the object with the settings used for calls to deleteMetadataStore.
-
createArtifactSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateArtifactRequest,Artifact> createArtifactSettings()
Returns the object with the settings used for calls to createArtifact.
-
getArtifactSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetArtifactRequest,Artifact> getArtifactSettings()
Returns the object with the settings used for calls to getArtifact.
-
listArtifactsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListArtifactsRequest,ListArtifactsResponse,MetadataServiceClient.ListArtifactsPagedResponse> listArtifactsSettings()
Returns the object with the settings used for calls to listArtifacts.
-
updateArtifactSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateArtifactRequest,Artifact> updateArtifactSettings()
Returns the object with the settings used for calls to updateArtifact.
-
deleteArtifactSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteArtifactRequest,com.google.longrunning.Operation> deleteArtifactSettings()
Returns the object with the settings used for calls to deleteArtifact.
-
deleteArtifactOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteArtifactRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteArtifactOperationSettings()
Returns the object with the settings used for calls to deleteArtifact.
-
purgeArtifactsSettings
public com.google.api.gax.rpc.UnaryCallSettings<PurgeArtifactsRequest,com.google.longrunning.Operation> purgeArtifactsSettings()
Returns the object with the settings used for calls to purgeArtifacts.
-
purgeArtifactsOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<PurgeArtifactsRequest,PurgeArtifactsResponse,PurgeArtifactsMetadata> purgeArtifactsOperationSettings()
Returns the object with the settings used for calls to purgeArtifacts.
-
createContextSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateContextRequest,Context> createContextSettings()
Returns the object with the settings used for calls to createContext.
-
getContextSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetContextRequest,Context> getContextSettings()
Returns the object with the settings used for calls to getContext.
-
listContextsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListContextsRequest,ListContextsResponse,MetadataServiceClient.ListContextsPagedResponse> listContextsSettings()
Returns the object with the settings used for calls to listContexts.
-
updateContextSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateContextRequest,Context> updateContextSettings()
Returns the object with the settings used for calls to updateContext.
-
deleteContextSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteContextRequest,com.google.longrunning.Operation> deleteContextSettings()
Returns the object with the settings used for calls to deleteContext.
-
deleteContextOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteContextRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteContextOperationSettings()
Returns the object with the settings used for calls to deleteContext.
-
purgeContextsSettings
public com.google.api.gax.rpc.UnaryCallSettings<PurgeContextsRequest,com.google.longrunning.Operation> purgeContextsSettings()
Returns the object with the settings used for calls to purgeContexts.
-
purgeContextsOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<PurgeContextsRequest,PurgeContextsResponse,PurgeContextsMetadata> purgeContextsOperationSettings()
Returns the object with the settings used for calls to purgeContexts.
-
addContextArtifactsAndExecutionsSettings
public com.google.api.gax.rpc.UnaryCallSettings<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> addContextArtifactsAndExecutionsSettings()
Returns the object with the settings used for calls to addContextArtifactsAndExecutions.
-
addContextChildrenSettings
public com.google.api.gax.rpc.UnaryCallSettings<AddContextChildrenRequest,AddContextChildrenResponse> addContextChildrenSettings()
Returns the object with the settings used for calls to addContextChildren.
-
removeContextChildrenSettings
public com.google.api.gax.rpc.UnaryCallSettings<RemoveContextChildrenRequest,RemoveContextChildrenResponse> removeContextChildrenSettings()
Returns the object with the settings used for calls to removeContextChildren.
-
queryContextLineageSubgraphSettings
public com.google.api.gax.rpc.UnaryCallSettings<QueryContextLineageSubgraphRequest,LineageSubgraph> queryContextLineageSubgraphSettings()
Returns the object with the settings used for calls to queryContextLineageSubgraph.
-
createExecutionSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateExecutionRequest,Execution> createExecutionSettings()
Returns the object with the settings used for calls to createExecution.
-
getExecutionSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution> getExecutionSettings()
Returns the object with the settings used for calls to getExecution.
-
listExecutionsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListExecutionsRequest,ListExecutionsResponse,MetadataServiceClient.ListExecutionsPagedResponse> listExecutionsSettings()
Returns the object with the settings used for calls to listExecutions.
-
updateExecutionSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateExecutionRequest,Execution> updateExecutionSettings()
Returns the object with the settings used for calls to updateExecution.
-
deleteExecutionSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteExecutionRequest,com.google.longrunning.Operation> deleteExecutionSettings()
Returns the object with the settings used for calls to deleteExecution.
-
deleteExecutionOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteExecutionRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteExecutionOperationSettings()
Returns the object with the settings used for calls to deleteExecution.
-
purgeExecutionsSettings
public com.google.api.gax.rpc.UnaryCallSettings<PurgeExecutionsRequest,com.google.longrunning.Operation> purgeExecutionsSettings()
Returns the object with the settings used for calls to purgeExecutions.
-
purgeExecutionsOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<PurgeExecutionsRequest,PurgeExecutionsResponse,PurgeExecutionsMetadata> purgeExecutionsOperationSettings()
Returns the object with the settings used for calls to purgeExecutions.
-
addExecutionEventsSettings
public com.google.api.gax.rpc.UnaryCallSettings<AddExecutionEventsRequest,AddExecutionEventsResponse> addExecutionEventsSettings()
Returns the object with the settings used for calls to addExecutionEvents.
-
queryExecutionInputsAndOutputsSettings
public com.google.api.gax.rpc.UnaryCallSettings<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> queryExecutionInputsAndOutputsSettings()
Returns the object with the settings used for calls to queryExecutionInputsAndOutputs.
-
createMetadataSchemaSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateMetadataSchemaRequest,MetadataSchema> createMetadataSchemaSettings()
Returns the object with the settings used for calls to createMetadataSchema.
-
getMetadataSchemaSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetMetadataSchemaRequest,MetadataSchema> getMetadataSchemaSettings()
Returns the object with the settings used for calls to getMetadataSchema.
-
listMetadataSchemasSettings
public com.google.api.gax.rpc.PagedCallSettings<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataServiceClient.ListMetadataSchemasPagedResponse> listMetadataSchemasSettings()
Returns the object with the settings used for calls to listMetadataSchemas.
-
queryArtifactLineageSubgraphSettings
public com.google.api.gax.rpc.UnaryCallSettings<QueryArtifactLineageSubgraphRequest,LineageSubgraph> queryArtifactLineageSubgraphSettings()
Returns the object with the settings used for calls to queryArtifactLineageSubgraph.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,MetadataServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
-
getLocationSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
Returns the object with the settings used for calls to getLocation.
-
setIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
-
getIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
-
testIamPermissionsSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
-
createStub
public MetadataServiceStub createStub() throws IOException
- Throws:
IOException
-
defaultExecutorProviderBuilder
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
-
getDefaultEndpoint
public static String getDefaultEndpoint()
Returns the default service endpoint.
-
getDefaultMtlsEndpoint
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
-
getDefaultServiceScopes
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
-
defaultCredentialsProviderBuilder
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
-
defaultGrpcTransportProviderBuilder
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
-
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
-
defaultApiClientHeaderProviderBuilder
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
-
newBuilder
public static MetadataServiceStubSettings.Builder newBuilder()
Returns a new builder for this class.
-
newBuilder
public static MetadataServiceStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
-
toBuilder
public MetadataServiceStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.StubSettings<MetadataServiceStubSettings>
-
-