Uses of Class
com.google.cloud.vmwareengine.v1.GetSubnetRequest
-
Packages that use GetSubnetRequest Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine APIcom.google.cloud.vmwareengine.v1.stub -
-
Uses of GetSubnetRequest in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return GetSubnetRequest Modifier and Type Method Description GetSubnetRequest
GetSubnetRequest.Builder. build()
GetSubnetRequest
GetSubnetRequest.Builder. buildPartial()
static GetSubnetRequest
GetSubnetRequest. getDefaultInstance()
GetSubnetRequest
GetSubnetRequest.Builder. getDefaultInstanceForType()
GetSubnetRequest
GetSubnetRequest. getDefaultInstanceForType()
static GetSubnetRequest
GetSubnetRequest. parseDelimitedFrom(InputStream input)
static GetSubnetRequest
GetSubnetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSubnetRequest
GetSubnetRequest. parseFrom(byte[] data)
static GetSubnetRequest
GetSubnetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSubnetRequest
GetSubnetRequest. parseFrom(com.google.protobuf.ByteString data)
static GetSubnetRequest
GetSubnetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSubnetRequest
GetSubnetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetSubnetRequest
GetSubnetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSubnetRequest
GetSubnetRequest. parseFrom(InputStream input)
static GetSubnetRequest
GetSubnetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSubnetRequest
GetSubnetRequest. parseFrom(ByteBuffer data)
static GetSubnetRequest
GetSubnetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type GetSubnetRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSubnetRequest,Subnet>
VmwareEngineGrpc. getGetSubnetMethod()
com.google.protobuf.Parser<GetSubnetRequest>
GetSubnetRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetSubnetRequest,Subnet>
VmwareEngineClient. getSubnetCallable()
Gets details of a single subnet.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSubnetRequest,Subnet>
VmwareEngineSettings.Builder. getSubnetSettings()
Returns the builder for the settings used for calls to getSubnet.com.google.api.gax.rpc.UnaryCallSettings<GetSubnetRequest,Subnet>
VmwareEngineSettings. getSubnetSettings()
Returns the object with the settings used for calls to getSubnet.static com.google.protobuf.Parser<GetSubnetRequest>
GetSubnetRequest. parser()
Methods in com.google.cloud.vmwareengine.v1 with parameters of type GetSubnetRequest Modifier and Type Method Description Subnet
VmwareEngineClient. getSubnet(GetSubnetRequest request)
Gets details of a single subnet.default void
VmwareEngineGrpc.AsyncService. getSubnet(GetSubnetRequest request, io.grpc.stub.StreamObserver<Subnet> responseObserver)
Gets details of a single subnet.Subnet
VmwareEngineGrpc.VmwareEngineBlockingStub. getSubnet(GetSubnetRequest request)
Gets details of a single subnet.com.google.common.util.concurrent.ListenableFuture<Subnet>
VmwareEngineGrpc.VmwareEngineFutureStub. getSubnet(GetSubnetRequest request)
Gets details of a single subnet.void
VmwareEngineGrpc.VmwareEngineStub. getSubnet(GetSubnetRequest request, io.grpc.stub.StreamObserver<Subnet> responseObserver)
Gets details of a single subnet.GetSubnetRequest.Builder
GetSubnetRequest.Builder. mergeFrom(GetSubnetRequest other)
static GetSubnetRequest.Builder
GetSubnetRequest. newBuilder(GetSubnetRequest prototype)
-
Uses of GetSubnetRequest in com.google.cloud.vmwareengine.v1.stub
Methods in com.google.cloud.vmwareengine.v1.stub that return types with arguments of type GetSubnetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSubnetRequest,Subnet>
GrpcVmwareEngineStub. getSubnetCallable()
com.google.api.gax.rpc.UnaryCallable<GetSubnetRequest,Subnet>
HttpJsonVmwareEngineStub. getSubnetCallable()
com.google.api.gax.rpc.UnaryCallable<GetSubnetRequest,Subnet>
VmwareEngineStub. getSubnetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSubnetRequest,Subnet>
VmwareEngineStubSettings.Builder. getSubnetSettings()
Returns the builder for the settings used for calls to getSubnet.com.google.api.gax.rpc.UnaryCallSettings<GetSubnetRequest,Subnet>
VmwareEngineStubSettings. getSubnetSettings()
Returns the object with the settings used for calls to getSubnet.
-