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 GetSubnetRequestGetSubnetRequest.Builder. build()GetSubnetRequestGetSubnetRequest.Builder. buildPartial()static GetSubnetRequestGetSubnetRequest. getDefaultInstance()GetSubnetRequestGetSubnetRequest.Builder. getDefaultInstanceForType()GetSubnetRequestGetSubnetRequest. getDefaultInstanceForType()static GetSubnetRequestGetSubnetRequest. parseDelimitedFrom(InputStream input)static GetSubnetRequestGetSubnetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSubnetRequestGetSubnetRequest. parseFrom(byte[] data)static GetSubnetRequestGetSubnetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSubnetRequestGetSubnetRequest. parseFrom(com.google.protobuf.ByteString data)static GetSubnetRequestGetSubnetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSubnetRequestGetSubnetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetSubnetRequestGetSubnetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSubnetRequestGetSubnetRequest. parseFrom(InputStream input)static GetSubnetRequestGetSubnetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSubnetRequestGetSubnetRequest. parseFrom(ByteBuffer data)static GetSubnetRequestGetSubnetRequest. 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 SubnetVmwareEngineClient. getSubnet(GetSubnetRequest request)Gets details of a single subnet.default voidVmwareEngineGrpc.AsyncService. getSubnet(GetSubnetRequest request, io.grpc.stub.StreamObserver<Subnet> responseObserver)Gets details of a single subnet.SubnetVmwareEngineGrpc.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.voidVmwareEngineGrpc.VmwareEngineStub. getSubnet(GetSubnetRequest request, io.grpc.stub.StreamObserver<Subnet> responseObserver)Gets details of a single subnet.GetSubnetRequest.BuilderGetSubnetRequest.Builder. mergeFrom(GetSubnetRequest other)static GetSubnetRequest.BuilderGetSubnetRequest. 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.
-