Class HttpJsonVmwareEngineStub (0.13.0)

public class HttpJsonVmwareEngineStub extends VmwareEngineStub

REST stub implementation for the VmwareEngine service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > VmwareEngineStub > HttpJsonVmwareEngineStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonVmwareEngineStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonVmwareEngineStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonVmwareEngineStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonVmwareEngineStub
Exceptions
TypeDescription
IOException

create(VmwareEngineStubSettings settings)

public static final HttpJsonVmwareEngineStub create(VmwareEngineStubSettings settings)
Parameter
NameDescription
settingsVmwareEngineStubSettings
Returns
TypeDescription
HttpJsonVmwareEngineStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonVmwareEngineStub(VmwareEngineStubSettings settings, ClientContext clientContext)

protected HttpJsonVmwareEngineStub(VmwareEngineStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonVmwareEngineStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsVmwareEngineStubSettings
clientContextClientContext

HttpJsonVmwareEngineStub(VmwareEngineStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonVmwareEngineStub(VmwareEngineStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonVmwareEngineStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsVmwareEngineStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

createClusterCallable()

public UnaryCallable<CreateClusterRequest,Operation> createClusterCallable()
Returns
TypeDescription
UnaryCallable<CreateClusterRequest,Operation>
Overrides

createClusterOperationCallable()

public OperationCallable<CreateClusterRequest,Cluster,OperationMetadata> createClusterOperationCallable()
Returns
TypeDescription
OperationCallable<CreateClusterRequest,Cluster,OperationMetadata>
Overrides

createHcxActivationKeyCallable()

public UnaryCallable<CreateHcxActivationKeyRequest,Operation> createHcxActivationKeyCallable()
Returns
TypeDescription
UnaryCallable<CreateHcxActivationKeyRequest,Operation>
Overrides

createHcxActivationKeyOperationCallable()

public OperationCallable<CreateHcxActivationKeyRequest,HcxActivationKey,OperationMetadata> createHcxActivationKeyOperationCallable()
Returns
TypeDescription
OperationCallable<CreateHcxActivationKeyRequest,HcxActivationKey,OperationMetadata>
Overrides

createNetworkPolicyCallable()

public UnaryCallable<CreateNetworkPolicyRequest,Operation> createNetworkPolicyCallable()
Returns
TypeDescription
UnaryCallable<CreateNetworkPolicyRequest,Operation>
Overrides

createNetworkPolicyOperationCallable()

public OperationCallable<CreateNetworkPolicyRequest,NetworkPolicy,OperationMetadata> createNetworkPolicyOperationCallable()
Returns
TypeDescription
OperationCallable<CreateNetworkPolicyRequest,NetworkPolicy,OperationMetadata>
Overrides

createPrivateCloudCallable()

public UnaryCallable<CreatePrivateCloudRequest,Operation> createPrivateCloudCallable()
Returns
TypeDescription
UnaryCallable<CreatePrivateCloudRequest,Operation>
Overrides

createPrivateCloudOperationCallable()

public OperationCallable<CreatePrivateCloudRequest,PrivateCloud,OperationMetadata> createPrivateCloudOperationCallable()
Returns
TypeDescription
OperationCallable<CreatePrivateCloudRequest,PrivateCloud,OperationMetadata>
Overrides

createVmwareEngineNetworkCallable()

public UnaryCallable<CreateVmwareEngineNetworkRequest,Operation> createVmwareEngineNetworkCallable()
Returns
TypeDescription
UnaryCallable<CreateVmwareEngineNetworkRequest,Operation>
Overrides

createVmwareEngineNetworkOperationCallable()

public OperationCallable<CreateVmwareEngineNetworkRequest,VmwareEngineNetwork,OperationMetadata> createVmwareEngineNetworkOperationCallable()
Returns
TypeDescription
OperationCallable<CreateVmwareEngineNetworkRequest,VmwareEngineNetwork,OperationMetadata>
Overrides

deleteClusterCallable()

public UnaryCallable<DeleteClusterRequest,Operation> deleteClusterCallable()
Returns
TypeDescription
UnaryCallable<DeleteClusterRequest,Operation>
Overrides

deleteClusterOperationCallable()

public OperationCallable<DeleteClusterRequest,Empty,OperationMetadata> deleteClusterOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteClusterRequest,Empty,OperationMetadata>
Overrides

deleteNetworkPolicyCallable()

public UnaryCallable<DeleteNetworkPolicyRequest,Operation> deleteNetworkPolicyCallable()
Returns
TypeDescription
UnaryCallable<DeleteNetworkPolicyRequest,Operation>
Overrides

deleteNetworkPolicyOperationCallable()

public OperationCallable<DeleteNetworkPolicyRequest,Empty,OperationMetadata> deleteNetworkPolicyOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteNetworkPolicyRequest,Empty,OperationMetadata>
Overrides

deletePrivateCloudCallable()

public UnaryCallable<DeletePrivateCloudRequest,Operation> deletePrivateCloudCallable()
Returns
TypeDescription
UnaryCallable<DeletePrivateCloudRequest,Operation>
Overrides

deletePrivateCloudOperationCallable()

public OperationCallable<DeletePrivateCloudRequest,PrivateCloud,OperationMetadata> deletePrivateCloudOperationCallable()
Returns
TypeDescription
OperationCallable<DeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
Overrides

deleteVmwareEngineNetworkCallable()

public UnaryCallable<DeleteVmwareEngineNetworkRequest,Operation> deleteVmwareEngineNetworkCallable()
Returns
TypeDescription
UnaryCallable<DeleteVmwareEngineNetworkRequest,Operation>
Overrides

deleteVmwareEngineNetworkOperationCallable()

public OperationCallable<DeleteVmwareEngineNetworkRequest,Empty,OperationMetadata> deleteVmwareEngineNetworkOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteVmwareEngineNetworkRequest,Empty,OperationMetadata>
Overrides

getClusterCallable()

public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
Returns
TypeDescription
UnaryCallable<GetClusterRequest,Cluster>
Overrides

getHcxActivationKeyCallable()

public UnaryCallable<GetHcxActivationKeyRequest,HcxActivationKey> getHcxActivationKeyCallable()
Returns
TypeDescription
UnaryCallable<GetHcxActivationKeyRequest,HcxActivationKey>
Overrides

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
HttpJsonOperationsStub
Overrides

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
Overrides

getNetworkPolicyCallable()

public UnaryCallable<GetNetworkPolicyRequest,NetworkPolicy> getNetworkPolicyCallable()
Returns
TypeDescription
UnaryCallable<GetNetworkPolicyRequest,NetworkPolicy>
Overrides

getNodeTypeCallable()

public UnaryCallable<GetNodeTypeRequest,NodeType> getNodeTypeCallable()
Returns
TypeDescription
UnaryCallable<GetNodeTypeRequest,NodeType>
Overrides

getPrivateCloudCallable()

public UnaryCallable<GetPrivateCloudRequest,PrivateCloud> getPrivateCloudCallable()
Returns
TypeDescription
UnaryCallable<GetPrivateCloudRequest,PrivateCloud>
Overrides

getVmwareEngineNetworkCallable()

public UnaryCallable<GetVmwareEngineNetworkRequest,VmwareEngineNetwork> getVmwareEngineNetworkCallable()
Returns
TypeDescription
UnaryCallable<GetVmwareEngineNetworkRequest,VmwareEngineNetwork>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listClustersCallable()

public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
Returns
TypeDescription
UnaryCallable<ListClustersRequest,ListClustersResponse>
Overrides

listClustersPagedCallable()

public UnaryCallable<ListClustersRequest,VmwareEngineClient.ListClustersPagedResponse> listClustersPagedCallable()
Returns
TypeDescription
UnaryCallable<ListClustersRequest,ListClustersPagedResponse>
Overrides

listHcxActivationKeysCallable()

public UnaryCallable<ListHcxActivationKeysRequest,ListHcxActivationKeysResponse> listHcxActivationKeysCallable()
Returns
TypeDescription
UnaryCallable<ListHcxActivationKeysRequest,ListHcxActivationKeysResponse>
Overrides

listHcxActivationKeysPagedCallable()

public UnaryCallable<ListHcxActivationKeysRequest,VmwareEngineClient.ListHcxActivationKeysPagedResponse> listHcxActivationKeysPagedCallable()
Returns
TypeDescription
UnaryCallable<ListHcxActivationKeysRequest,ListHcxActivationKeysPagedResponse>
Overrides

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
Overrides

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,VmwareEngineClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

listNetworkPoliciesCallable()

public UnaryCallable<ListNetworkPoliciesRequest,ListNetworkPoliciesResponse> listNetworkPoliciesCallable()
Returns
TypeDescription
UnaryCallable<ListNetworkPoliciesRequest,ListNetworkPoliciesResponse>
Overrides

listNetworkPoliciesPagedCallable()

public UnaryCallable<ListNetworkPoliciesRequest,VmwareEngineClient.ListNetworkPoliciesPagedResponse> listNetworkPoliciesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListNetworkPoliciesRequest,ListNetworkPoliciesPagedResponse>
Overrides

listNodeTypesCallable()

public UnaryCallable<ListNodeTypesRequest,ListNodeTypesResponse> listNodeTypesCallable()
Returns
TypeDescription
UnaryCallable<ListNodeTypesRequest,ListNodeTypesResponse>
Overrides

listNodeTypesPagedCallable()

public UnaryCallable<ListNodeTypesRequest,VmwareEngineClient.ListNodeTypesPagedResponse> listNodeTypesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListNodeTypesRequest,ListNodeTypesPagedResponse>
Overrides

listPrivateCloudsCallable()

public UnaryCallable<ListPrivateCloudsRequest,ListPrivateCloudsResponse> listPrivateCloudsCallable()
Returns
TypeDescription
UnaryCallable<ListPrivateCloudsRequest,ListPrivateCloudsResponse>
Overrides

listPrivateCloudsPagedCallable()

public UnaryCallable<ListPrivateCloudsRequest,VmwareEngineClient.ListPrivateCloudsPagedResponse> listPrivateCloudsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListPrivateCloudsRequest,ListPrivateCloudsPagedResponse>
Overrides

listSubnetsCallable()

public UnaryCallable<ListSubnetsRequest,ListSubnetsResponse> listSubnetsCallable()
Returns
TypeDescription
UnaryCallable<ListSubnetsRequest,ListSubnetsResponse>
Overrides

listSubnetsPagedCallable()

public UnaryCallable<ListSubnetsRequest,VmwareEngineClient.ListSubnetsPagedResponse> listSubnetsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListSubnetsRequest,ListSubnetsPagedResponse>
Overrides

listVmwareEngineNetworksCallable()

public UnaryCallable<ListVmwareEngineNetworksRequest,ListVmwareEngineNetworksResponse> listVmwareEngineNetworksCallable()
Returns
TypeDescription
UnaryCallable<ListVmwareEngineNetworksRequest,ListVmwareEngineNetworksResponse>
Overrides

listVmwareEngineNetworksPagedCallable()

public UnaryCallable<ListVmwareEngineNetworksRequest,VmwareEngineClient.ListVmwareEngineNetworksPagedResponse> listVmwareEngineNetworksPagedCallable()
Returns
TypeDescription
UnaryCallable<ListVmwareEngineNetworksRequest,ListVmwareEngineNetworksPagedResponse>
Overrides

resetNsxCredentialsCallable()

public UnaryCallable<ResetNsxCredentialsRequest,Operation> resetNsxCredentialsCallable()
Returns
TypeDescription
UnaryCallable<ResetNsxCredentialsRequest,Operation>
Overrides

resetNsxCredentialsOperationCallable()

public OperationCallable<ResetNsxCredentialsRequest,PrivateCloud,OperationMetadata> resetNsxCredentialsOperationCallable()
Returns
TypeDescription
OperationCallable<ResetNsxCredentialsRequest,PrivateCloud,OperationMetadata>
Overrides

resetVcenterCredentialsCallable()

public UnaryCallable<ResetVcenterCredentialsRequest,Operation> resetVcenterCredentialsCallable()
Returns
TypeDescription
UnaryCallable<ResetVcenterCredentialsRequest,Operation>
Overrides

resetVcenterCredentialsOperationCallable()

public OperationCallable<ResetVcenterCredentialsRequest,PrivateCloud,OperationMetadata> resetVcenterCredentialsOperationCallable()
Returns
TypeDescription
OperationCallable<ResetVcenterCredentialsRequest,PrivateCloud,OperationMetadata>
Overrides

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

showNsxCredentialsCallable()

public UnaryCallable<ShowNsxCredentialsRequest,Credentials> showNsxCredentialsCallable()
Returns
TypeDescription
UnaryCallable<ShowNsxCredentialsRequest,Credentials>
Overrides

showVcenterCredentialsCallable()

public UnaryCallable<ShowVcenterCredentialsRequest,Credentials> showVcenterCredentialsCallable()
Returns
TypeDescription
UnaryCallable<ShowVcenterCredentialsRequest,Credentials>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides

undeletePrivateCloudCallable()

public UnaryCallable<UndeletePrivateCloudRequest,Operation> undeletePrivateCloudCallable()
Returns
TypeDescription
UnaryCallable<UndeletePrivateCloudRequest,Operation>
Overrides

undeletePrivateCloudOperationCallable()

public OperationCallable<UndeletePrivateCloudRequest,PrivateCloud,OperationMetadata> undeletePrivateCloudOperationCallable()
Returns
TypeDescription
OperationCallable<UndeletePrivateCloudRequest,PrivateCloud,OperationMetadata>
Overrides

updateClusterCallable()

public UnaryCallable<UpdateClusterRequest,Operation> updateClusterCallable()
Returns
TypeDescription
UnaryCallable<UpdateClusterRequest,Operation>
Overrides

updateClusterOperationCallable()

public OperationCallable<UpdateClusterRequest,Cluster,OperationMetadata> updateClusterOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateClusterRequest,Cluster,OperationMetadata>
Overrides

updateNetworkPolicyCallable()

public UnaryCallable<UpdateNetworkPolicyRequest,Operation> updateNetworkPolicyCallable()
Returns
TypeDescription
UnaryCallable<UpdateNetworkPolicyRequest,Operation>
Overrides

updateNetworkPolicyOperationCallable()

public OperationCallable<UpdateNetworkPolicyRequest,NetworkPolicy,OperationMetadata> updateNetworkPolicyOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateNetworkPolicyRequest,NetworkPolicy,OperationMetadata>
Overrides

updatePrivateCloudCallable()

public UnaryCallable<UpdatePrivateCloudRequest,Operation> updatePrivateCloudCallable()
Returns
TypeDescription
UnaryCallable<UpdatePrivateCloudRequest,Operation>
Overrides

updatePrivateCloudOperationCallable()

public OperationCallable<UpdatePrivateCloudRequest,PrivateCloud,OperationMetadata> updatePrivateCloudOperationCallable()
Returns
TypeDescription
OperationCallable<UpdatePrivateCloudRequest,PrivateCloud,OperationMetadata>
Overrides

updateVmwareEngineNetworkCallable()

public UnaryCallable<UpdateVmwareEngineNetworkRequest,Operation> updateVmwareEngineNetworkCallable()
Returns
TypeDescription
UnaryCallable<UpdateVmwareEngineNetworkRequest,Operation>
Overrides

updateVmwareEngineNetworkOperationCallable()

public OperationCallable<UpdateVmwareEngineNetworkRequest,VmwareEngineNetwork,OperationMetadata> updateVmwareEngineNetworkOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateVmwareEngineNetworkRequest,VmwareEngineNetwork,OperationMetadata>
Overrides