Class VmwareEngineStubSettings
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings<VmwareEngineStubSettings>
-
- com.google.cloud.vmwareengine.v1.stub.VmwareEngineStubSettings
-
@Generated("by gapic-generator-java") public class VmwareEngineStubSettings extends com.google.api.gax.rpc.StubSettings<VmwareEngineStubSettings>
Settings class to configure an instance ofVmwareEngineStub
.The default instance has everything set to sensible defaults:
- The default service address (vmwareengine.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 getPrivateCloud 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 VmwareEngineStubSettings.Builder vmwareEngineSettingsBuilder = VmwareEngineStubSettings.newBuilder(); vmwareEngineSettingsBuilder .getPrivateCloudSettings() .setRetrySettings( vmwareEngineSettingsBuilder .getPrivateCloudSettings() .getRetrySettings() .toBuilder() .setTotalTimeout(Duration.ofSeconds(30)) .build()); VmwareEngineStubSettings vmwareEngineSettings = vmwareEngineSettingsBuilder.build();
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VmwareEngineStubSettings.Builder
Builder for VmwareEngineStubSettings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
VmwareEngineStubSettings(VmwareEngineStubSettings.Builder settingsBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.OperationCallSettings<CreateClusterRequest,Cluster,OperationMetadata>
createClusterOperationSettings()
Returns the object with the settings used for calls to createCluster.com.google.api.gax.rpc.UnaryCallSettings<CreateClusterRequest,com.google.longrunning.Operation>
createClusterSettings()
Returns the object with the settings used for calls to createCluster.com.google.api.gax.rpc.OperationCallSettings<CreateHcxActivationKeyRequest,HcxActivationKey,OperationMetadata>
createHcxActivationKeyOperationSettings()
Returns the object with the settings used for calls to createHcxActivationKey.com.google.api.gax.rpc.UnaryCallSettings<CreateHcxActivationKeyRequest,com.google.longrunning.Operation>
createHcxActivationKeySettings()
Returns the object with the settings used for calls to createHcxActivationKey.com.google.api.gax.rpc.OperationCallSettings<CreateNetworkPolicyRequest,NetworkPolicy,OperationMetadata>
createNetworkPolicyOperationSettings()
Returns the object with the settings used for calls to createNetworkPolicy.com.google.api.gax.rpc.UnaryCallSettings<CreateNetworkPolicyRequest,com.google.longrunning.Operation>
createNetworkPolicySettings()
Returns the object with the settings used for calls to createNetworkPolicy.com.google.api.gax.rpc.OperationCallSettings<CreatePrivateCloudRequest,PrivateCloud,OperationMetadata>
createPrivateCloudOperationSettings()
Returns the object with the settings used for calls to createPrivateCloud.com.google.api.gax.rpc.UnaryCallSettings<CreatePrivateCloudRequest,com.google.longrunning.Operation>
createPrivateCloudSettings()
Returns the object with the settings used for calls to createPrivateCloud.com.google.api.gax.rpc.OperationCallSettings<CreatePrivateConnectionRequest,PrivateConnection,OperationMetadata>
createPrivateConnectionOperationSettings()
Returns the object with the settings used for calls to createPrivateConnection.com.google.api.gax.rpc.UnaryCallSettings<CreatePrivateConnectionRequest,com.google.longrunning.Operation>
createPrivateConnectionSettings()
Returns the object with the settings used for calls to createPrivateConnection.VmwareEngineStub
createStub()
com.google.api.gax.rpc.OperationCallSettings<CreateVmwareEngineNetworkRequest,VmwareEngineNetwork,OperationMetadata>
createVmwareEngineNetworkOperationSettings()
Returns the object with the settings used for calls to createVmwareEngineNetwork.com.google.api.gax.rpc.UnaryCallSettings<CreateVmwareEngineNetworkRequest,com.google.longrunning.Operation>
createVmwareEngineNetworkSettings()
Returns the object with the settings used for calls to createVmwareEngineNetwork.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.rpc.ApiClientHeaderProvider.Builder
defaultGrpcApiClientHeaderProviderBuilder()
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder
defaultHttpJsonApiClientHeaderProviderBuilder()
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.static com.google.api.gax.rpc.TransportChannelProvider
defaultTransportChannelProvider()
com.google.api.gax.rpc.OperationCallSettings<DeleteClusterRequest,com.google.protobuf.Empty,OperationMetadata>
deleteClusterOperationSettings()
Returns the object with the settings used for calls to deleteCluster.com.google.api.gax.rpc.UnaryCallSettings<DeleteClusterRequest,com.google.longrunning.Operation>
deleteClusterSettings()
Returns the object with the settings used for calls to deleteCluster.com.google.api.gax.rpc.OperationCallSettings<DeleteNetworkPolicyRequest,com.google.protobuf.Empty,OperationMetadata>
deleteNetworkPolicyOperationSettings()
Returns the object with the settings used for calls to deleteNetworkPolicy.com.google.api.gax.rpc.UnaryCallSettings<DeleteNetworkPolicyRequest,com.google.longrunning.Operation>
deleteNetworkPolicySettings()
Returns the object with the settings used for calls to deleteNetworkPolicy.com.google.api.gax.rpc.OperationCallSettings<DeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
deletePrivateCloudOperationSettings()
Returns the object with the settings used for calls to deletePrivateCloud.com.google.api.gax.rpc.UnaryCallSettings<DeletePrivateCloudRequest,com.google.longrunning.Operation>
deletePrivateCloudSettings()
Returns the object with the settings used for calls to deletePrivateCloud.com.google.api.gax.rpc.OperationCallSettings<DeletePrivateConnectionRequest,com.google.protobuf.Empty,OperationMetadata>
deletePrivateConnectionOperationSettings()
Returns the object with the settings used for calls to deletePrivateConnection.com.google.api.gax.rpc.UnaryCallSettings<DeletePrivateConnectionRequest,com.google.longrunning.Operation>
deletePrivateConnectionSettings()
Returns the object with the settings used for calls to deletePrivateConnection.com.google.api.gax.rpc.OperationCallSettings<DeleteVmwareEngineNetworkRequest,com.google.protobuf.Empty,OperationMetadata>
deleteVmwareEngineNetworkOperationSettings()
Returns the object with the settings used for calls to deleteVmwareEngineNetwork.com.google.api.gax.rpc.UnaryCallSettings<DeleteVmwareEngineNetworkRequest,com.google.longrunning.Operation>
deleteVmwareEngineNetworkSettings()
Returns the object with the settings used for calls to deleteVmwareEngineNetwork.com.google.api.gax.rpc.UnaryCallSettings<GetClusterRequest,Cluster>
getClusterSettings()
Returns the object with the settings used for calls to getCluster.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<GetHcxActivationKeyRequest,HcxActivationKey>
getHcxActivationKeySettings()
Returns the object with the settings used for calls to getHcxActivationKey.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<GetNetworkPolicyRequest,NetworkPolicy>
getNetworkPolicySettings()
Returns the object with the settings used for calls to getNetworkPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetNodeTypeRequest,NodeType>
getNodeTypeSettings()
Returns the object with the settings used for calls to getNodeType.com.google.api.gax.rpc.UnaryCallSettings<GetPrivateCloudRequest,PrivateCloud>
getPrivateCloudSettings()
Returns the object with the settings used for calls to getPrivateCloud.com.google.api.gax.rpc.UnaryCallSettings<GetPrivateConnectionRequest,PrivateConnection>
getPrivateConnectionSettings()
Returns the object with the settings used for calls to getPrivateConnection.com.google.api.gax.rpc.UnaryCallSettings<GetSubnetRequest,Subnet>
getSubnetSettings()
Returns the object with the settings used for calls to getSubnet.com.google.api.gax.rpc.UnaryCallSettings<GetVmwareEngineNetworkRequest,VmwareEngineNetwork>
getVmwareEngineNetworkSettings()
Returns the object with the settings used for calls to getVmwareEngineNetwork.com.google.api.gax.rpc.PagedCallSettings<ListClustersRequest,ListClustersResponse,VmwareEngineClient.ListClustersPagedResponse>
listClustersSettings()
Returns the object with the settings used for calls to listClusters.com.google.api.gax.rpc.PagedCallSettings<ListHcxActivationKeysRequest,ListHcxActivationKeysResponse,VmwareEngineClient.ListHcxActivationKeysPagedResponse>
listHcxActivationKeysSettings()
Returns the object with the settings used for calls to listHcxActivationKeys.com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,VmwareEngineClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.com.google.api.gax.rpc.PagedCallSettings<ListNetworkPoliciesRequest,ListNetworkPoliciesResponse,VmwareEngineClient.ListNetworkPoliciesPagedResponse>
listNetworkPoliciesSettings()
Returns the object with the settings used for calls to listNetworkPolicies.com.google.api.gax.rpc.PagedCallSettings<ListNodeTypesRequest,ListNodeTypesResponse,VmwareEngineClient.ListNodeTypesPagedResponse>
listNodeTypesSettings()
Returns the object with the settings used for calls to listNodeTypes.com.google.api.gax.rpc.PagedCallSettings<ListPrivateCloudsRequest,ListPrivateCloudsResponse,VmwareEngineClient.ListPrivateCloudsPagedResponse>
listPrivateCloudsSettings()
Returns the object with the settings used for calls to listPrivateClouds.com.google.api.gax.rpc.PagedCallSettings<ListPrivateConnectionPeeringRoutesRequest,ListPrivateConnectionPeeringRoutesResponse,VmwareEngineClient.ListPrivateConnectionPeeringRoutesPagedResponse>
listPrivateConnectionPeeringRoutesSettings()
Returns the object with the settings used for calls to listPrivateConnectionPeeringRoutes.com.google.api.gax.rpc.PagedCallSettings<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,VmwareEngineClient.ListPrivateConnectionsPagedResponse>
listPrivateConnectionsSettings()
Returns the object with the settings used for calls to listPrivateConnections.com.google.api.gax.rpc.PagedCallSettings<ListSubnetsRequest,ListSubnetsResponse,VmwareEngineClient.ListSubnetsPagedResponse>
listSubnetsSettings()
Returns the object with the settings used for calls to listSubnets.com.google.api.gax.rpc.PagedCallSettings<ListVmwareEngineNetworksRequest,ListVmwareEngineNetworksResponse,VmwareEngineClient.ListVmwareEngineNetworksPagedResponse>
listVmwareEngineNetworksSettings()
Returns the object with the settings used for calls to listVmwareEngineNetworks.static VmwareEngineStubSettings.Builder
newBuilder()
Returns a new gRPC builder for this class.static VmwareEngineStubSettings.Builder
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.static VmwareEngineStubSettings.Builder
newHttpJsonBuilder()
Returns a new REST builder for this class.com.google.api.gax.rpc.OperationCallSettings<ResetNsxCredentialsRequest,PrivateCloud,OperationMetadata>
resetNsxCredentialsOperationSettings()
Returns the object with the settings used for calls to resetNsxCredentials.com.google.api.gax.rpc.UnaryCallSettings<ResetNsxCredentialsRequest,com.google.longrunning.Operation>
resetNsxCredentialsSettings()
Returns the object with the settings used for calls to resetNsxCredentials.com.google.api.gax.rpc.OperationCallSettings<ResetVcenterCredentialsRequest,PrivateCloud,OperationMetadata>
resetVcenterCredentialsOperationSettings()
Returns the object with the settings used for calls to resetVcenterCredentials.com.google.api.gax.rpc.UnaryCallSettings<ResetVcenterCredentialsRequest,com.google.longrunning.Operation>
resetVcenterCredentialsSettings()
Returns the object with the settings used for calls to resetVcenterCredentials.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<ShowNsxCredentialsRequest,Credentials>
showNsxCredentialsSettings()
Returns the object with the settings used for calls to showNsxCredentials.com.google.api.gax.rpc.UnaryCallSettings<ShowVcenterCredentialsRequest,Credentials>
showVcenterCredentialsSettings()
Returns the object with the settings used for calls to showVcenterCredentials.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.VmwareEngineStubSettings.Builder
toBuilder()
Returns a builder containing all the values of this settings class.com.google.api.gax.rpc.OperationCallSettings<UndeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
undeletePrivateCloudOperationSettings()
Returns the object with the settings used for calls to undeletePrivateCloud.com.google.api.gax.rpc.UnaryCallSettings<UndeletePrivateCloudRequest,com.google.longrunning.Operation>
undeletePrivateCloudSettings()
Returns the object with the settings used for calls to undeletePrivateCloud.com.google.api.gax.rpc.OperationCallSettings<UpdateClusterRequest,Cluster,OperationMetadata>
updateClusterOperationSettings()
Returns the object with the settings used for calls to updateCluster.com.google.api.gax.rpc.UnaryCallSettings<UpdateClusterRequest,com.google.longrunning.Operation>
updateClusterSettings()
Returns the object with the settings used for calls to updateCluster.com.google.api.gax.rpc.OperationCallSettings<UpdateNetworkPolicyRequest,NetworkPolicy,OperationMetadata>
updateNetworkPolicyOperationSettings()
Returns the object with the settings used for calls to updateNetworkPolicy.com.google.api.gax.rpc.UnaryCallSettings<UpdateNetworkPolicyRequest,com.google.longrunning.Operation>
updateNetworkPolicySettings()
Returns the object with the settings used for calls to updateNetworkPolicy.com.google.api.gax.rpc.OperationCallSettings<UpdatePrivateCloudRequest,PrivateCloud,OperationMetadata>
updatePrivateCloudOperationSettings()
Returns the object with the settings used for calls to updatePrivateCloud.com.google.api.gax.rpc.UnaryCallSettings<UpdatePrivateCloudRequest,com.google.longrunning.Operation>
updatePrivateCloudSettings()
Returns the object with the settings used for calls to updatePrivateCloud.com.google.api.gax.rpc.OperationCallSettings<UpdatePrivateConnectionRequest,PrivateConnection,OperationMetadata>
updatePrivateConnectionOperationSettings()
Returns the object with the settings used for calls to updatePrivateConnection.com.google.api.gax.rpc.UnaryCallSettings<UpdatePrivateConnectionRequest,com.google.longrunning.Operation>
updatePrivateConnectionSettings()
Returns the object with the settings used for calls to updatePrivateConnection.com.google.api.gax.rpc.OperationCallSettings<UpdateSubnetRequest,Subnet,OperationMetadata>
updateSubnetOperationSettings()
Returns the object with the settings used for calls to updateSubnet.com.google.api.gax.rpc.UnaryCallSettings<UpdateSubnetRequest,com.google.longrunning.Operation>
updateSubnetSettings()
Returns the object with the settings used for calls to updateSubnet.com.google.api.gax.rpc.OperationCallSettings<UpdateVmwareEngineNetworkRequest,VmwareEngineNetwork,OperationMetadata>
updateVmwareEngineNetworkOperationSettings()
Returns the object with the settings used for calls to updateVmwareEngineNetwork.com.google.api.gax.rpc.UnaryCallSettings<UpdateVmwareEngineNetworkRequest,com.google.longrunning.Operation>
updateVmwareEngineNetworkSettings()
Returns the object with the settings used for calls to updateVmwareEngineNetwork.-
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
-
VmwareEngineStubSettings
protected VmwareEngineStubSettings(VmwareEngineStubSettings.Builder settingsBuilder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
listPrivateCloudsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListPrivateCloudsRequest,ListPrivateCloudsResponse,VmwareEngineClient.ListPrivateCloudsPagedResponse> listPrivateCloudsSettings()
Returns the object with the settings used for calls to listPrivateClouds.
-
getPrivateCloudSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetPrivateCloudRequest,PrivateCloud> getPrivateCloudSettings()
Returns the object with the settings used for calls to getPrivateCloud.
-
createPrivateCloudSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreatePrivateCloudRequest,com.google.longrunning.Operation> createPrivateCloudSettings()
Returns the object with the settings used for calls to createPrivateCloud.
-
createPrivateCloudOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreatePrivateCloudRequest,PrivateCloud,OperationMetadata> createPrivateCloudOperationSettings()
Returns the object with the settings used for calls to createPrivateCloud.
-
updatePrivateCloudSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdatePrivateCloudRequest,com.google.longrunning.Operation> updatePrivateCloudSettings()
Returns the object with the settings used for calls to updatePrivateCloud.
-
updatePrivateCloudOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdatePrivateCloudRequest,PrivateCloud,OperationMetadata> updatePrivateCloudOperationSettings()
Returns the object with the settings used for calls to updatePrivateCloud.
-
deletePrivateCloudSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeletePrivateCloudRequest,com.google.longrunning.Operation> deletePrivateCloudSettings()
Returns the object with the settings used for calls to deletePrivateCloud.
-
deletePrivateCloudOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeletePrivateCloudRequest,PrivateCloud,OperationMetadata> deletePrivateCloudOperationSettings()
Returns the object with the settings used for calls to deletePrivateCloud.
-
undeletePrivateCloudSettings
public com.google.api.gax.rpc.UnaryCallSettings<UndeletePrivateCloudRequest,com.google.longrunning.Operation> undeletePrivateCloudSettings()
Returns the object with the settings used for calls to undeletePrivateCloud.
-
undeletePrivateCloudOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UndeletePrivateCloudRequest,PrivateCloud,OperationMetadata> undeletePrivateCloudOperationSettings()
Returns the object with the settings used for calls to undeletePrivateCloud.
-
listClustersSettings
public com.google.api.gax.rpc.PagedCallSettings<ListClustersRequest,ListClustersResponse,VmwareEngineClient.ListClustersPagedResponse> listClustersSettings()
Returns the object with the settings used for calls to listClusters.
-
getClusterSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetClusterRequest,Cluster> getClusterSettings()
Returns the object with the settings used for calls to getCluster.
-
createClusterSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateClusterRequest,com.google.longrunning.Operation> createClusterSettings()
Returns the object with the settings used for calls to createCluster.
-
createClusterOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateClusterRequest,Cluster,OperationMetadata> createClusterOperationSettings()
Returns the object with the settings used for calls to createCluster.
-
updateClusterSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateClusterRequest,com.google.longrunning.Operation> updateClusterSettings()
Returns the object with the settings used for calls to updateCluster.
-
updateClusterOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateClusterRequest,Cluster,OperationMetadata> updateClusterOperationSettings()
Returns the object with the settings used for calls to updateCluster.
-
deleteClusterSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteClusterRequest,com.google.longrunning.Operation> deleteClusterSettings()
Returns the object with the settings used for calls to deleteCluster.
-
deleteClusterOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteClusterRequest,com.google.protobuf.Empty,OperationMetadata> deleteClusterOperationSettings()
Returns the object with the settings used for calls to deleteCluster.
-
listSubnetsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListSubnetsRequest,ListSubnetsResponse,VmwareEngineClient.ListSubnetsPagedResponse> listSubnetsSettings()
Returns the object with the settings used for calls to listSubnets.
-
getSubnetSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetSubnetRequest,Subnet> getSubnetSettings()
Returns the object with the settings used for calls to getSubnet.
-
updateSubnetSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSubnetRequest,com.google.longrunning.Operation> updateSubnetSettings()
Returns the object with the settings used for calls to updateSubnet.
-
updateSubnetOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateSubnetRequest,Subnet,OperationMetadata> updateSubnetOperationSettings()
Returns the object with the settings used for calls to updateSubnet.
-
listNodeTypesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListNodeTypesRequest,ListNodeTypesResponse,VmwareEngineClient.ListNodeTypesPagedResponse> listNodeTypesSettings()
Returns the object with the settings used for calls to listNodeTypes.
-
getNodeTypeSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetNodeTypeRequest,NodeType> getNodeTypeSettings()
Returns the object with the settings used for calls to getNodeType.
-
showNsxCredentialsSettings
public com.google.api.gax.rpc.UnaryCallSettings<ShowNsxCredentialsRequest,Credentials> showNsxCredentialsSettings()
Returns the object with the settings used for calls to showNsxCredentials.
-
showVcenterCredentialsSettings
public com.google.api.gax.rpc.UnaryCallSettings<ShowVcenterCredentialsRequest,Credentials> showVcenterCredentialsSettings()
Returns the object with the settings used for calls to showVcenterCredentials.
-
resetNsxCredentialsSettings
public com.google.api.gax.rpc.UnaryCallSettings<ResetNsxCredentialsRequest,com.google.longrunning.Operation> resetNsxCredentialsSettings()
Returns the object with the settings used for calls to resetNsxCredentials.
-
resetNsxCredentialsOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ResetNsxCredentialsRequest,PrivateCloud,OperationMetadata> resetNsxCredentialsOperationSettings()
Returns the object with the settings used for calls to resetNsxCredentials.
-
resetVcenterCredentialsSettings
public com.google.api.gax.rpc.UnaryCallSettings<ResetVcenterCredentialsRequest,com.google.longrunning.Operation> resetVcenterCredentialsSettings()
Returns the object with the settings used for calls to resetVcenterCredentials.
-
resetVcenterCredentialsOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ResetVcenterCredentialsRequest,PrivateCloud,OperationMetadata> resetVcenterCredentialsOperationSettings()
Returns the object with the settings used for calls to resetVcenterCredentials.
-
createHcxActivationKeySettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateHcxActivationKeyRequest,com.google.longrunning.Operation> createHcxActivationKeySettings()
Returns the object with the settings used for calls to createHcxActivationKey.
-
createHcxActivationKeyOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateHcxActivationKeyRequest,HcxActivationKey,OperationMetadata> createHcxActivationKeyOperationSettings()
Returns the object with the settings used for calls to createHcxActivationKey.
-
listHcxActivationKeysSettings
public com.google.api.gax.rpc.PagedCallSettings<ListHcxActivationKeysRequest,ListHcxActivationKeysResponse,VmwareEngineClient.ListHcxActivationKeysPagedResponse> listHcxActivationKeysSettings()
Returns the object with the settings used for calls to listHcxActivationKeys.
-
getHcxActivationKeySettings
public com.google.api.gax.rpc.UnaryCallSettings<GetHcxActivationKeyRequest,HcxActivationKey> getHcxActivationKeySettings()
Returns the object with the settings used for calls to getHcxActivationKey.
-
getNetworkPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings<GetNetworkPolicyRequest,NetworkPolicy> getNetworkPolicySettings()
Returns the object with the settings used for calls to getNetworkPolicy.
-
listNetworkPoliciesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListNetworkPoliciesRequest,ListNetworkPoliciesResponse,VmwareEngineClient.ListNetworkPoliciesPagedResponse> listNetworkPoliciesSettings()
Returns the object with the settings used for calls to listNetworkPolicies.
-
createNetworkPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateNetworkPolicyRequest,com.google.longrunning.Operation> createNetworkPolicySettings()
Returns the object with the settings used for calls to createNetworkPolicy.
-
createNetworkPolicyOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateNetworkPolicyRequest,NetworkPolicy,OperationMetadata> createNetworkPolicyOperationSettings()
Returns the object with the settings used for calls to createNetworkPolicy.
-
updateNetworkPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateNetworkPolicyRequest,com.google.longrunning.Operation> updateNetworkPolicySettings()
Returns the object with the settings used for calls to updateNetworkPolicy.
-
updateNetworkPolicyOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateNetworkPolicyRequest,NetworkPolicy,OperationMetadata> updateNetworkPolicyOperationSettings()
Returns the object with the settings used for calls to updateNetworkPolicy.
-
deleteNetworkPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteNetworkPolicyRequest,com.google.longrunning.Operation> deleteNetworkPolicySettings()
Returns the object with the settings used for calls to deleteNetworkPolicy.
-
deleteNetworkPolicyOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteNetworkPolicyRequest,com.google.protobuf.Empty,OperationMetadata> deleteNetworkPolicyOperationSettings()
Returns the object with the settings used for calls to deleteNetworkPolicy.
-
createVmwareEngineNetworkSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateVmwareEngineNetworkRequest,com.google.longrunning.Operation> createVmwareEngineNetworkSettings()
Returns the object with the settings used for calls to createVmwareEngineNetwork.
-
createVmwareEngineNetworkOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateVmwareEngineNetworkRequest,VmwareEngineNetwork,OperationMetadata> createVmwareEngineNetworkOperationSettings()
Returns the object with the settings used for calls to createVmwareEngineNetwork.
-
updateVmwareEngineNetworkSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateVmwareEngineNetworkRequest,com.google.longrunning.Operation> updateVmwareEngineNetworkSettings()
Returns the object with the settings used for calls to updateVmwareEngineNetwork.
-
updateVmwareEngineNetworkOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateVmwareEngineNetworkRequest,VmwareEngineNetwork,OperationMetadata> updateVmwareEngineNetworkOperationSettings()
Returns the object with the settings used for calls to updateVmwareEngineNetwork.
-
deleteVmwareEngineNetworkSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteVmwareEngineNetworkRequest,com.google.longrunning.Operation> deleteVmwareEngineNetworkSettings()
Returns the object with the settings used for calls to deleteVmwareEngineNetwork.
-
deleteVmwareEngineNetworkOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteVmwareEngineNetworkRequest,com.google.protobuf.Empty,OperationMetadata> deleteVmwareEngineNetworkOperationSettings()
Returns the object with the settings used for calls to deleteVmwareEngineNetwork.
-
getVmwareEngineNetworkSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetVmwareEngineNetworkRequest,VmwareEngineNetwork> getVmwareEngineNetworkSettings()
Returns the object with the settings used for calls to getVmwareEngineNetwork.
-
listVmwareEngineNetworksSettings
public com.google.api.gax.rpc.PagedCallSettings<ListVmwareEngineNetworksRequest,ListVmwareEngineNetworksResponse,VmwareEngineClient.ListVmwareEngineNetworksPagedResponse> listVmwareEngineNetworksSettings()
Returns the object with the settings used for calls to listVmwareEngineNetworks.
-
createPrivateConnectionSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreatePrivateConnectionRequest,com.google.longrunning.Operation> createPrivateConnectionSettings()
Returns the object with the settings used for calls to createPrivateConnection.
-
createPrivateConnectionOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreatePrivateConnectionRequest,PrivateConnection,OperationMetadata> createPrivateConnectionOperationSettings()
Returns the object with the settings used for calls to createPrivateConnection.
-
getPrivateConnectionSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetPrivateConnectionRequest,PrivateConnection> getPrivateConnectionSettings()
Returns the object with the settings used for calls to getPrivateConnection.
-
listPrivateConnectionsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,VmwareEngineClient.ListPrivateConnectionsPagedResponse> listPrivateConnectionsSettings()
Returns the object with the settings used for calls to listPrivateConnections.
-
updatePrivateConnectionSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdatePrivateConnectionRequest,com.google.longrunning.Operation> updatePrivateConnectionSettings()
Returns the object with the settings used for calls to updatePrivateConnection.
-
updatePrivateConnectionOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdatePrivateConnectionRequest,PrivateConnection,OperationMetadata> updatePrivateConnectionOperationSettings()
Returns the object with the settings used for calls to updatePrivateConnection.
-
deletePrivateConnectionSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeletePrivateConnectionRequest,com.google.longrunning.Operation> deletePrivateConnectionSettings()
Returns the object with the settings used for calls to deletePrivateConnection.
-
deletePrivateConnectionOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeletePrivateConnectionRequest,com.google.protobuf.Empty,OperationMetadata> deletePrivateConnectionOperationSettings()
Returns the object with the settings used for calls to deletePrivateConnection.
-
listPrivateConnectionPeeringRoutesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListPrivateConnectionPeeringRoutesRequest,ListPrivateConnectionPeeringRoutesResponse,VmwareEngineClient.ListPrivateConnectionPeeringRoutesPagedResponse> listPrivateConnectionPeeringRoutesSettings()
Returns the object with the settings used for calls to listPrivateConnectionPeeringRoutes.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,VmwareEngineClient.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 VmwareEngineStub 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 gRPC ChannelProvider for this service.
-
defaultHttpJsonTransportProviderBuilder
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
-
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
-
defaultGrpcApiClientHeaderProviderBuilder
@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 defaultGrpcApiClientHeaderProviderBuilder()
-
defaultHttpJsonApiClientHeaderProviderBuilder
@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 defaultHttpJsonApiClientHeaderProviderBuilder()
-
defaultApiClientHeaderProviderBuilder
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
-
newBuilder
public static VmwareEngineStubSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
-
newHttpJsonBuilder
public static VmwareEngineStubSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
-
newBuilder
public static VmwareEngineStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
-
toBuilder
public VmwareEngineStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.StubSettings<VmwareEngineStubSettings>
-
-