Uses of Class
com.google.cloud.edgecontainer.v1.Machine
-
Packages that use Machine Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container APIcom.google.cloud.edgecontainer.v1.stub -
-
Uses of Machine in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return Machine Modifier and Type Method Description Machine
Machine.Builder. build()
Machine
Machine.Builder. buildPartial()
static Machine
Machine. getDefaultInstance()
Machine
Machine.Builder. getDefaultInstanceForType()
Machine
Machine. getDefaultInstanceForType()
Machine
EdgeContainerClient. getMachine(GetMachineRequest request)
Gets details of a single Machine.Machine
EdgeContainerClient. getMachine(MachineName name)
Gets details of a single Machine.Machine
EdgeContainerClient. getMachine(String name)
Gets details of a single Machine.Machine
EdgeContainerGrpc.EdgeContainerBlockingStub. getMachine(GetMachineRequest request)
Gets details of a single Machine.Machine
ListMachinesResponse.Builder. getMachines(int index)
Machines in the site.Machine
ListMachinesResponse. getMachines(int index)
Machines in the site.Machine
ListMachinesResponseOrBuilder. getMachines(int index)
Machines in the site.static Machine
Machine. parseDelimitedFrom(InputStream input)
static Machine
Machine. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Machine
Machine. parseFrom(byte[] data)
static Machine
Machine. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Machine
Machine. parseFrom(com.google.protobuf.ByteString data)
static Machine
Machine. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Machine
Machine. parseFrom(com.google.protobuf.CodedInputStream input)
static Machine
Machine. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Machine
Machine. parseFrom(InputStream input)
static Machine
Machine. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Machine
Machine. parseFrom(ByteBuffer data)
static Machine
Machine. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type Machine Modifier and Type Method Description static io.grpc.MethodDescriptor<GetMachineRequest,Machine>
EdgeContainerGrpc. getGetMachineMethod()
com.google.common.util.concurrent.ListenableFuture<Machine>
EdgeContainerGrpc.EdgeContainerFutureStub. getMachine(GetMachineRequest request)
Gets details of a single Machine.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.List<Machine>
ListMachinesResponse.Builder. getMachinesList()
Machines in the site.List<Machine>
ListMachinesResponse. getMachinesList()
Machines in the site.List<Machine>
ListMachinesResponseOrBuilder. getMachinesList()
Machines in the site.com.google.protobuf.Parser<Machine>
Machine. getParserForType()
static com.google.protobuf.Parser<Machine>
Machine. parser()
Methods in com.google.cloud.edgecontainer.v1 with parameters of type Machine Modifier and Type Method Description ListMachinesResponse.Builder
ListMachinesResponse.Builder. addMachines(int index, Machine value)
Machines in the site.ListMachinesResponse.Builder
ListMachinesResponse.Builder. addMachines(Machine value)
Machines in the site.Machine.Builder
Machine.Builder. mergeFrom(Machine other)
static Machine.Builder
Machine. newBuilder(Machine prototype)
ListMachinesResponse.Builder
ListMachinesResponse.Builder. setMachines(int index, Machine value)
Machines in the site.Method parameters in com.google.cloud.edgecontainer.v1 with type arguments of type Machine Modifier and Type Method Description ListMachinesResponse.Builder
ListMachinesResponse.Builder. addAllMachines(Iterable<? extends Machine> values)
Machines in the site.static com.google.api.core.ApiFuture<EdgeContainerClient.ListMachinesPagedResponse>
EdgeContainerClient.ListMachinesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMachinesRequest,ListMachinesResponse,Machine> context, com.google.api.core.ApiFuture<ListMachinesResponse> futureResponse)
protected EdgeContainerClient.ListMachinesPage
EdgeContainerClient.ListMachinesPage. createPage(com.google.api.gax.rpc.PageContext<ListMachinesRequest,ListMachinesResponse,Machine> context, ListMachinesResponse response)
com.google.api.core.ApiFuture<EdgeContainerClient.ListMachinesPage>
EdgeContainerClient.ListMachinesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMachinesRequest,ListMachinesResponse,Machine> context, com.google.api.core.ApiFuture<ListMachinesResponse> futureResponse)
default void
EdgeContainerGrpc.AsyncService. getMachine(GetMachineRequest request, io.grpc.stub.StreamObserver<Machine> responseObserver)
Gets details of a single Machine.void
EdgeContainerGrpc.EdgeContainerStub. getMachine(GetMachineRequest request, io.grpc.stub.StreamObserver<Machine> responseObserver)
Gets details of a single Machine. -
Uses of Machine in com.google.cloud.edgecontainer.v1.stub
Methods in com.google.cloud.edgecontainer.v1.stub that return types with arguments of type Machine 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.
-