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 GetMachineRequest
GetMachineRequest.Builder. build()
GetMachineRequest
GetMachineRequest.Builder. buildPartial()
static GetMachineRequest
GetMachineRequest. getDefaultInstance()
GetMachineRequest
GetMachineRequest.Builder. getDefaultInstanceForType()
GetMachineRequest
GetMachineRequest. getDefaultInstanceForType()
static GetMachineRequest
GetMachineRequest. parseDelimitedFrom(InputStream input)
static GetMachineRequest
GetMachineRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMachineRequest
GetMachineRequest. parseFrom(byte[] data)
static GetMachineRequest
GetMachineRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMachineRequest
GetMachineRequest. parseFrom(com.google.protobuf.ByteString data)
static GetMachineRequest
GetMachineRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMachineRequest
GetMachineRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetMachineRequest
GetMachineRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMachineRequest
GetMachineRequest. parseFrom(InputStream input)
static GetMachineRequest
GetMachineRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMachineRequest
GetMachineRequest. parseFrom(ByteBuffer data)
static GetMachineRequest
GetMachineRequest. 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 Machine
EdgeContainerClient. getMachine(GetMachineRequest request)
Gets details of a single Machine.default void
EdgeContainerGrpc.AsyncService. getMachine(GetMachineRequest request, io.grpc.stub.StreamObserver<Machine> responseObserver)
Gets details of a single Machine.Machine
EdgeContainerGrpc.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.void
EdgeContainerGrpc.EdgeContainerStub. getMachine(GetMachineRequest request, io.grpc.stub.StreamObserver<Machine> responseObserver)
Gets details of a single Machine.GetMachineRequest.Builder
GetMachineRequest.Builder. mergeFrom(GetMachineRequest other)
static GetMachineRequest.Builder
GetMachineRequest. 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.
-