Uses of Class
com.google.cloud.edgecontainer.v1.GetMachineRequest
-
Packages that use GetMachineRequest Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container APIcom.google.cloud.edgecontainer.v1.stub -
-
Uses of GetMachineRequest in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return GetMachineRequest Modifier and Type Method Description GetMachineRequestGetMachineRequest.Builder. build()GetMachineRequestGetMachineRequest.Builder. buildPartial()static GetMachineRequestGetMachineRequest. getDefaultInstance()GetMachineRequestGetMachineRequest.Builder. getDefaultInstanceForType()GetMachineRequestGetMachineRequest. getDefaultInstanceForType()static GetMachineRequestGetMachineRequest. parseDelimitedFrom(InputStream input)static GetMachineRequestGetMachineRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMachineRequestGetMachineRequest. parseFrom(byte[] data)static GetMachineRequestGetMachineRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMachineRequestGetMachineRequest. parseFrom(com.google.protobuf.ByteString data)static GetMachineRequestGetMachineRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMachineRequestGetMachineRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetMachineRequestGetMachineRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMachineRequestGetMachineRequest. parseFrom(InputStream input)static GetMachineRequestGetMachineRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMachineRequestGetMachineRequest. parseFrom(ByteBuffer data)static GetMachineRequestGetMachineRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type GetMachineRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetMachineRequest,Machine>EdgeContainerGrpc. getGetMachineMethod()com.google.api.gax.rpc.UnaryCallable<GetMachineRequest,Machine>EdgeContainerClient. getMachineCallable()Gets details of a single Machine.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMachineRequest,Machine>EdgeContainerSettings.Builder. getMachineSettings()Returns the builder for the settings used for calls to getMachine.com.google.api.gax.rpc.UnaryCallSettings<GetMachineRequest,Machine>EdgeContainerSettings. getMachineSettings()Returns the object with the settings used for calls to getMachine.com.google.protobuf.Parser<GetMachineRequest>GetMachineRequest. getParserForType()static com.google.protobuf.Parser<GetMachineRequest>GetMachineRequest. parser()Methods in com.google.cloud.edgecontainer.v1 with parameters of type GetMachineRequest Modifier and Type Method Description MachineEdgeContainerClient. getMachine(GetMachineRequest request)Gets details of a single Machine.default voidEdgeContainerGrpc.AsyncService. getMachine(GetMachineRequest request, io.grpc.stub.StreamObserver<Machine> responseObserver)Gets details of a single Machine.MachineEdgeContainerGrpc.EdgeContainerBlockingStub. getMachine(GetMachineRequest request)Gets details of a single Machine.com.google.common.util.concurrent.ListenableFuture<Machine>EdgeContainerGrpc.EdgeContainerFutureStub. getMachine(GetMachineRequest request)Gets details of a single Machine.voidEdgeContainerGrpc.EdgeContainerStub. getMachine(GetMachineRequest request, io.grpc.stub.StreamObserver<Machine> responseObserver)Gets details of a single Machine.GetMachineRequest.BuilderGetMachineRequest.Builder. mergeFrom(GetMachineRequest other)static GetMachineRequest.BuilderGetMachineRequest. newBuilder(GetMachineRequest prototype) -
Uses of GetMachineRequest in com.google.cloud.edgecontainer.v1.stub
Methods in com.google.cloud.edgecontainer.v1.stub that return types with arguments of type GetMachineRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetMachineRequest,Machine>EdgeContainerStub. getMachineCallable()com.google.api.gax.rpc.UnaryCallable<GetMachineRequest,Machine>GrpcEdgeContainerStub. getMachineCallable()com.google.api.gax.rpc.UnaryCallable<GetMachineRequest,Machine>HttpJsonEdgeContainerStub. getMachineCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMachineRequest,Machine>EdgeContainerStubSettings.Builder. getMachineSettings()Returns the builder for the settings used for calls to getMachine.com.google.api.gax.rpc.UnaryCallSettings<GetMachineRequest,Machine>EdgeContainerStubSettings. getMachineSettings()Returns the object with the settings used for calls to getMachine.
-