Uses of Class
com.google.cloud.vmwareengine.v1.PrivateCloud
-
Packages that use PrivateCloud Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine APIcom.google.cloud.vmwareengine.v1.stub -
-
Uses of PrivateCloud in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return PrivateCloud Modifier and Type Method Description PrivateCloud
PrivateCloud.Builder. build()
PrivateCloud
PrivateCloud.Builder. buildPartial()
static PrivateCloud
PrivateCloud. getDefaultInstance()
PrivateCloud
PrivateCloud.Builder. getDefaultInstanceForType()
PrivateCloud
PrivateCloud. getDefaultInstanceForType()
PrivateCloud
CreatePrivateCloudRequest.Builder. getPrivateCloud()
Required.PrivateCloud
CreatePrivateCloudRequest. getPrivateCloud()
Required.PrivateCloud
CreatePrivateCloudRequestOrBuilder. getPrivateCloud()
Required.PrivateCloud
UpdatePrivateCloudRequest.Builder. getPrivateCloud()
Required.PrivateCloud
UpdatePrivateCloudRequest. getPrivateCloud()
Required.PrivateCloud
UpdatePrivateCloudRequestOrBuilder. getPrivateCloud()
Required.PrivateCloud
VmwareEngineClient. getPrivateCloud(GetPrivateCloudRequest request)
Retrieves a `PrivateCloud` resource by its resource name.PrivateCloud
VmwareEngineClient. getPrivateCloud(PrivateCloudName name)
Retrieves a `PrivateCloud` resource by its resource name.PrivateCloud
VmwareEngineClient. getPrivateCloud(String name)
Retrieves a `PrivateCloud` resource by its resource name.PrivateCloud
VmwareEngineGrpc.VmwareEngineBlockingStub. getPrivateCloud(GetPrivateCloudRequest request)
Retrieves a `PrivateCloud` resource by its resource name.PrivateCloud
ListPrivateCloudsResponse.Builder. getPrivateClouds(int index)
A list of private clouds.PrivateCloud
ListPrivateCloudsResponse. getPrivateClouds(int index)
A list of private clouds.PrivateCloud
ListPrivateCloudsResponseOrBuilder. getPrivateClouds(int index)
A list of private clouds.static PrivateCloud
PrivateCloud. parseDelimitedFrom(InputStream input)
static PrivateCloud
PrivateCloud. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrivateCloud
PrivateCloud. parseFrom(byte[] data)
static PrivateCloud
PrivateCloud. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrivateCloud
PrivateCloud. parseFrom(com.google.protobuf.ByteString data)
static PrivateCloud
PrivateCloud. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrivateCloud
PrivateCloud. parseFrom(com.google.protobuf.CodedInputStream input)
static PrivateCloud
PrivateCloud. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrivateCloud
PrivateCloud. parseFrom(InputStream input)
static PrivateCloud
PrivateCloud. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrivateCloud
PrivateCloud. parseFrom(ByteBuffer data)
static PrivateCloud
PrivateCloud. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type PrivateCloud Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. createPrivateCloudAsync(CreatePrivateCloudRequest request)
Creates a new `PrivateCloud` resource in a given project and location.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. createPrivateCloudAsync(LocationName parent, PrivateCloud privateCloud, String privateCloudId)
Creates a new `PrivateCloud` resource in a given project and location.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. createPrivateCloudAsync(String parent, PrivateCloud privateCloud, String privateCloudId)
Creates a new `PrivateCloud` resource in a given project and location.com.google.api.gax.rpc.OperationCallable<CreatePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineClient. createPrivateCloudOperationCallable()
Creates a new `PrivateCloud` resource in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreatePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineSettings.Builder. createPrivateCloudOperationSettings()
Returns the builder for the settings used for calls to createPrivateCloud.com.google.api.gax.rpc.OperationCallSettings<CreatePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineSettings. createPrivateCloudOperationSettings()
Returns the object with the settings used for calls to createPrivateCloud.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. deletePrivateCloudAsync(DeletePrivateCloudRequest request)
Schedules a `PrivateCloud` resource for deletion.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. deletePrivateCloudAsync(PrivateCloudName name)
Schedules a `PrivateCloud` resource for deletion.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. deletePrivateCloudAsync(String name)
Schedules a `PrivateCloud` resource for deletion.com.google.api.gax.rpc.OperationCallable<DeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineClient. deletePrivateCloudOperationCallable()
Schedules a `PrivateCloud` resource for deletion.com.google.api.gax.rpc.OperationCallSettings.Builder<DeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineSettings.Builder. deletePrivateCloudOperationSettings()
Returns the builder for the settings used for calls to deletePrivateCloud.com.google.api.gax.rpc.OperationCallSettings<DeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineSettings. deletePrivateCloudOperationSettings()
Returns the object with the settings used for calls to deletePrivateCloud.static io.grpc.MethodDescriptor<GetPrivateCloudRequest,PrivateCloud>
VmwareEngineGrpc. getGetPrivateCloudMethod()
com.google.protobuf.Parser<PrivateCloud>
PrivateCloud. getParserForType()
com.google.common.util.concurrent.ListenableFuture<PrivateCloud>
VmwareEngineGrpc.VmwareEngineFutureStub. getPrivateCloud(GetPrivateCloudRequest request)
Retrieves a `PrivateCloud` resource by its resource name.com.google.api.gax.rpc.UnaryCallable<GetPrivateCloudRequest,PrivateCloud>
VmwareEngineClient. getPrivateCloudCallable()
Retrieves a `PrivateCloud` resource by its resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPrivateCloudRequest,PrivateCloud>
VmwareEngineSettings.Builder. getPrivateCloudSettings()
Returns the builder for the settings used for calls to getPrivateCloud.com.google.api.gax.rpc.UnaryCallSettings<GetPrivateCloudRequest,PrivateCloud>
VmwareEngineSettings. getPrivateCloudSettings()
Returns the object with the settings used for calls to getPrivateCloud.List<PrivateCloud>
ListPrivateCloudsResponse.Builder. getPrivateCloudsList()
A list of private clouds.List<PrivateCloud>
ListPrivateCloudsResponse. getPrivateCloudsList()
A list of private clouds.List<PrivateCloud>
ListPrivateCloudsResponseOrBuilder. getPrivateCloudsList()
A list of private clouds.static com.google.protobuf.Parser<PrivateCloud>
PrivateCloud. parser()
com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. resetNsxCredentialsAsync(PrivateCloudName privateCloud)
Resets credentials of the NSX appliance.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. resetNsxCredentialsAsync(ResetNsxCredentialsRequest request)
Resets credentials of the NSX appliance.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. resetNsxCredentialsAsync(String privateCloud)
Resets credentials of the NSX appliance.com.google.api.gax.rpc.OperationCallable<ResetNsxCredentialsRequest,PrivateCloud,OperationMetadata>
VmwareEngineClient. resetNsxCredentialsOperationCallable()
Resets credentials of the NSX appliance.com.google.api.gax.rpc.OperationCallSettings.Builder<ResetNsxCredentialsRequest,PrivateCloud,OperationMetadata>
VmwareEngineSettings.Builder. resetNsxCredentialsOperationSettings()
Returns the builder for the settings used for calls to resetNsxCredentials.com.google.api.gax.rpc.OperationCallSettings<ResetNsxCredentialsRequest,PrivateCloud,OperationMetadata>
VmwareEngineSettings. resetNsxCredentialsOperationSettings()
Returns the object with the settings used for calls to resetNsxCredentials.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. resetVcenterCredentialsAsync(PrivateCloudName privateCloud)
Resets credentials of the Vcenter appliance.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. resetVcenterCredentialsAsync(ResetVcenterCredentialsRequest request)
Resets credentials of the Vcenter appliance.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. resetVcenterCredentialsAsync(String privateCloud)
Resets credentials of the Vcenter appliance.com.google.api.gax.rpc.OperationCallable<ResetVcenterCredentialsRequest,PrivateCloud,OperationMetadata>
VmwareEngineClient. resetVcenterCredentialsOperationCallable()
Resets credentials of the Vcenter appliance.com.google.api.gax.rpc.OperationCallSettings.Builder<ResetVcenterCredentialsRequest,PrivateCloud,OperationMetadata>
VmwareEngineSettings.Builder. resetVcenterCredentialsOperationSettings()
Returns the builder for the settings used for calls to resetVcenterCredentials.com.google.api.gax.rpc.OperationCallSettings<ResetVcenterCredentialsRequest,PrivateCloud,OperationMetadata>
VmwareEngineSettings. resetVcenterCredentialsOperationSettings()
Returns the object with the settings used for calls to resetVcenterCredentials.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. undeletePrivateCloudAsync(PrivateCloudName name)
Restores a private cloud that was previously scheduled for deletion by `DeletePrivateCloud`.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. undeletePrivateCloudAsync(UndeletePrivateCloudRequest request)
Restores a private cloud that was previously scheduled for deletion by `DeletePrivateCloud`.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. undeletePrivateCloudAsync(String name)
Restores a private cloud that was previously scheduled for deletion by `DeletePrivateCloud`.com.google.api.gax.rpc.OperationCallable<UndeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineClient. undeletePrivateCloudOperationCallable()
Restores a private cloud that was previously scheduled for deletion by `DeletePrivateCloud`.com.google.api.gax.rpc.OperationCallSettings.Builder<UndeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineSettings.Builder. undeletePrivateCloudOperationSettings()
Returns the builder for the settings used for calls to undeletePrivateCloud.com.google.api.gax.rpc.OperationCallSettings<UndeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineSettings. undeletePrivateCloudOperationSettings()
Returns the object with the settings used for calls to undeletePrivateCloud.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. updatePrivateCloudAsync(PrivateCloud privateCloud, com.google.protobuf.FieldMask updateMask)
Modifies a `PrivateCloud` resource.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. updatePrivateCloudAsync(UpdatePrivateCloudRequest request)
Modifies a `PrivateCloud` resource.com.google.api.gax.rpc.OperationCallable<UpdatePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineClient. updatePrivateCloudOperationCallable()
Modifies a `PrivateCloud` resource.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdatePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineSettings.Builder. updatePrivateCloudOperationSettings()
Returns the builder for the settings used for calls to updatePrivateCloud.com.google.api.gax.rpc.OperationCallSettings<UpdatePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineSettings. updatePrivateCloudOperationSettings()
Returns the object with the settings used for calls to updatePrivateCloud.Methods in com.google.cloud.vmwareengine.v1 with parameters of type PrivateCloud Modifier and Type Method Description ListPrivateCloudsResponse.Builder
ListPrivateCloudsResponse.Builder. addPrivateClouds(int index, PrivateCloud value)
A list of private clouds.ListPrivateCloudsResponse.Builder
ListPrivateCloudsResponse.Builder. addPrivateClouds(PrivateCloud value)
A list of private clouds.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. createPrivateCloudAsync(LocationName parent, PrivateCloud privateCloud, String privateCloudId)
Creates a new `PrivateCloud` resource in a given project and location.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. createPrivateCloudAsync(String parent, PrivateCloud privateCloud, String privateCloudId)
Creates a new `PrivateCloud` resource in a given project and location.PrivateCloud.Builder
PrivateCloud.Builder. mergeFrom(PrivateCloud other)
CreatePrivateCloudRequest.Builder
CreatePrivateCloudRequest.Builder. mergePrivateCloud(PrivateCloud value)
Required.UpdatePrivateCloudRequest.Builder
UpdatePrivateCloudRequest.Builder. mergePrivateCloud(PrivateCloud value)
Required.static PrivateCloud.Builder
PrivateCloud. newBuilder(PrivateCloud prototype)
CreatePrivateCloudRequest.Builder
CreatePrivateCloudRequest.Builder. setPrivateCloud(PrivateCloud value)
Required.UpdatePrivateCloudRequest.Builder
UpdatePrivateCloudRequest.Builder. setPrivateCloud(PrivateCloud value)
Required.ListPrivateCloudsResponse.Builder
ListPrivateCloudsResponse.Builder. setPrivateClouds(int index, PrivateCloud value)
A list of private clouds.com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata>
VmwareEngineClient. updatePrivateCloudAsync(PrivateCloud privateCloud, com.google.protobuf.FieldMask updateMask)
Modifies a `PrivateCloud` resource.Method parameters in com.google.cloud.vmwareengine.v1 with type arguments of type PrivateCloud Modifier and Type Method Description ListPrivateCloudsResponse.Builder
ListPrivateCloudsResponse.Builder. addAllPrivateClouds(Iterable<? extends PrivateCloud> values)
A list of private clouds.static com.google.api.core.ApiFuture<VmwareEngineClient.ListPrivateCloudsPagedResponse>
VmwareEngineClient.ListPrivateCloudsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPrivateCloudsRequest,ListPrivateCloudsResponse,PrivateCloud> context, com.google.api.core.ApiFuture<ListPrivateCloudsResponse> futureResponse)
protected VmwareEngineClient.ListPrivateCloudsPage
VmwareEngineClient.ListPrivateCloudsPage. createPage(com.google.api.gax.rpc.PageContext<ListPrivateCloudsRequest,ListPrivateCloudsResponse,PrivateCloud> context, ListPrivateCloudsResponse response)
com.google.api.core.ApiFuture<VmwareEngineClient.ListPrivateCloudsPage>
VmwareEngineClient.ListPrivateCloudsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListPrivateCloudsRequest,ListPrivateCloudsResponse,PrivateCloud> context, com.google.api.core.ApiFuture<ListPrivateCloudsResponse> futureResponse)
default void
VmwareEngineGrpc.AsyncService. getPrivateCloud(GetPrivateCloudRequest request, io.grpc.stub.StreamObserver<PrivateCloud> responseObserver)
Retrieves a `PrivateCloud` resource by its resource name.void
VmwareEngineGrpc.VmwareEngineStub. getPrivateCloud(GetPrivateCloudRequest request, io.grpc.stub.StreamObserver<PrivateCloud> responseObserver)
Retrieves a `PrivateCloud` resource by its resource name. -
Uses of PrivateCloud in com.google.cloud.vmwareengine.v1.stub
Methods in com.google.cloud.vmwareengine.v1.stub that return types with arguments of type PrivateCloud Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreatePrivateCloudRequest,PrivateCloud,OperationMetadata>
GrpcVmwareEngineStub. createPrivateCloudOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreatePrivateCloudRequest,PrivateCloud,OperationMetadata>
HttpJsonVmwareEngineStub. createPrivateCloudOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreatePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineStub. createPrivateCloudOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreatePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineStubSettings.Builder. createPrivateCloudOperationSettings()
Returns the builder for the settings used for calls to createPrivateCloud.com.google.api.gax.rpc.OperationCallSettings<CreatePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineStubSettings. createPrivateCloudOperationSettings()
Returns the object with the settings used for calls to createPrivateCloud.com.google.api.gax.rpc.OperationCallable<DeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
GrpcVmwareEngineStub. deletePrivateCloudOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
HttpJsonVmwareEngineStub. deletePrivateCloudOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineStub. deletePrivateCloudOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineStubSettings.Builder. deletePrivateCloudOperationSettings()
Returns the builder for the settings used for calls to deletePrivateCloud.com.google.api.gax.rpc.OperationCallSettings<DeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineStubSettings. deletePrivateCloudOperationSettings()
Returns the object with the settings used for calls to deletePrivateCloud.com.google.api.gax.rpc.UnaryCallable<GetPrivateCloudRequest,PrivateCloud>
GrpcVmwareEngineStub. getPrivateCloudCallable()
com.google.api.gax.rpc.UnaryCallable<GetPrivateCloudRequest,PrivateCloud>
HttpJsonVmwareEngineStub. getPrivateCloudCallable()
com.google.api.gax.rpc.UnaryCallable<GetPrivateCloudRequest,PrivateCloud>
VmwareEngineStub. getPrivateCloudCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPrivateCloudRequest,PrivateCloud>
VmwareEngineStubSettings.Builder. getPrivateCloudSettings()
Returns the builder for the settings used for calls to getPrivateCloud.com.google.api.gax.rpc.UnaryCallSettings<GetPrivateCloudRequest,PrivateCloud>
VmwareEngineStubSettings. getPrivateCloudSettings()
Returns the object with the settings used for calls to getPrivateCloud.com.google.api.gax.rpc.OperationCallable<ResetNsxCredentialsRequest,PrivateCloud,OperationMetadata>
GrpcVmwareEngineStub. resetNsxCredentialsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ResetNsxCredentialsRequest,PrivateCloud,OperationMetadata>
HttpJsonVmwareEngineStub. resetNsxCredentialsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ResetNsxCredentialsRequest,PrivateCloud,OperationMetadata>
VmwareEngineStub. resetNsxCredentialsOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ResetNsxCredentialsRequest,PrivateCloud,OperationMetadata>
VmwareEngineStubSettings.Builder. resetNsxCredentialsOperationSettings()
Returns the builder for the settings used for calls to resetNsxCredentials.com.google.api.gax.rpc.OperationCallSettings<ResetNsxCredentialsRequest,PrivateCloud,OperationMetadata>
VmwareEngineStubSettings. resetNsxCredentialsOperationSettings()
Returns the object with the settings used for calls to resetNsxCredentials.com.google.api.gax.rpc.OperationCallable<ResetVcenterCredentialsRequest,PrivateCloud,OperationMetadata>
GrpcVmwareEngineStub. resetVcenterCredentialsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ResetVcenterCredentialsRequest,PrivateCloud,OperationMetadata>
HttpJsonVmwareEngineStub. resetVcenterCredentialsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ResetVcenterCredentialsRequest,PrivateCloud,OperationMetadata>
VmwareEngineStub. resetVcenterCredentialsOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ResetVcenterCredentialsRequest,PrivateCloud,OperationMetadata>
VmwareEngineStubSettings.Builder. resetVcenterCredentialsOperationSettings()
Returns the builder for the settings used for calls to resetVcenterCredentials.com.google.api.gax.rpc.OperationCallSettings<ResetVcenterCredentialsRequest,PrivateCloud,OperationMetadata>
VmwareEngineStubSettings. resetVcenterCredentialsOperationSettings()
Returns the object with the settings used for calls to resetVcenterCredentials.com.google.api.gax.rpc.OperationCallable<UndeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
GrpcVmwareEngineStub. undeletePrivateCloudOperationCallable()
com.google.api.gax.rpc.OperationCallable<UndeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
HttpJsonVmwareEngineStub. undeletePrivateCloudOperationCallable()
com.google.api.gax.rpc.OperationCallable<UndeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineStub. undeletePrivateCloudOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UndeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineStubSettings.Builder. undeletePrivateCloudOperationSettings()
Returns the builder for the settings used for calls to undeletePrivateCloud.com.google.api.gax.rpc.OperationCallSettings<UndeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineStubSettings. undeletePrivateCloudOperationSettings()
Returns the object with the settings used for calls to undeletePrivateCloud.com.google.api.gax.rpc.OperationCallable<UpdatePrivateCloudRequest,PrivateCloud,OperationMetadata>
GrpcVmwareEngineStub. updatePrivateCloudOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdatePrivateCloudRequest,PrivateCloud,OperationMetadata>
HttpJsonVmwareEngineStub. updatePrivateCloudOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdatePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineStub. updatePrivateCloudOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdatePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineStubSettings.Builder. updatePrivateCloudOperationSettings()
Returns the builder for the settings used for calls to updatePrivateCloud.com.google.api.gax.rpc.OperationCallSettings<UpdatePrivateCloudRequest,PrivateCloud,OperationMetadata>
VmwareEngineStubSettings. updatePrivateCloudOperationSettings()
Returns the object with the settings used for calls to updatePrivateCloud.
-