Uses of Class
com.google.cloud.vmwareengine.v1.VmwareEngineClient.ListSubnetsPagedResponse
-
Packages that use VmwareEngineClient.ListSubnetsPagedResponse Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine APIcom.google.cloud.vmwareengine.v1.stub -
-
Uses of VmwareEngineClient.ListSubnetsPagedResponse in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return VmwareEngineClient.ListSubnetsPagedResponse Modifier and Type Method Description VmwareEngineClient.ListSubnetsPagedResponse
VmwareEngineClient. listSubnets(ListSubnetsRequest request)
Lists subnets in a given private cloud.VmwareEngineClient.ListSubnetsPagedResponse
VmwareEngineClient. listSubnets(PrivateCloudName parent)
Lists subnets in a given private cloud.VmwareEngineClient.ListSubnetsPagedResponse
VmwareEngineClient. listSubnets(String parent)
Lists subnets in a given private cloud.Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type VmwareEngineClient.ListSubnetsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VmwareEngineClient.ListSubnetsPagedResponse>
VmwareEngineClient.ListSubnetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSubnetsRequest,ListSubnetsResponse,Subnet> context, com.google.api.core.ApiFuture<ListSubnetsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListSubnetsRequest,VmwareEngineClient.ListSubnetsPagedResponse>
VmwareEngineClient. listSubnetsPagedCallable()
Lists subnets in a given private cloud.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubnetsRequest,ListSubnetsResponse,VmwareEngineClient.ListSubnetsPagedResponse>
VmwareEngineSettings.Builder. listSubnetsSettings()
Returns the builder for the settings used for calls to listSubnets.com.google.api.gax.rpc.PagedCallSettings<ListSubnetsRequest,ListSubnetsResponse,VmwareEngineClient.ListSubnetsPagedResponse>
VmwareEngineSettings. listSubnetsSettings()
Returns the object with the settings used for calls to listSubnets. -
Uses of VmwareEngineClient.ListSubnetsPagedResponse in com.google.cloud.vmwareengine.v1.stub
Methods in com.google.cloud.vmwareengine.v1.stub that return types with arguments of type VmwareEngineClient.ListSubnetsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSubnetsRequest,VmwareEngineClient.ListSubnetsPagedResponse>
GrpcVmwareEngineStub. listSubnetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSubnetsRequest,VmwareEngineClient.ListSubnetsPagedResponse>
HttpJsonVmwareEngineStub. listSubnetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSubnetsRequest,VmwareEngineClient.ListSubnetsPagedResponse>
VmwareEngineStub. listSubnetsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubnetsRequest,ListSubnetsResponse,VmwareEngineClient.ListSubnetsPagedResponse>
VmwareEngineStubSettings.Builder. listSubnetsSettings()
Returns the builder for the settings used for calls to listSubnets.com.google.api.gax.rpc.PagedCallSettings<ListSubnetsRequest,ListSubnetsResponse,VmwareEngineClient.ListSubnetsPagedResponse>
VmwareEngineStubSettings. listSubnetsSettings()
Returns the object with the settings used for calls to listSubnets.
-