Uses of Class
com.google.cloud.baremetalsolution.v2.GetNetworkRequest
-
Packages that use GetNetworkRequest Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of GetNetworkRequest in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return GetNetworkRequest Modifier and Type Method Description GetNetworkRequest
GetNetworkRequest.Builder. build()
GetNetworkRequest
GetNetworkRequest.Builder. buildPartial()
static GetNetworkRequest
GetNetworkRequest. getDefaultInstance()
GetNetworkRequest
GetNetworkRequest.Builder. getDefaultInstanceForType()
GetNetworkRequest
GetNetworkRequest. getDefaultInstanceForType()
static GetNetworkRequest
GetNetworkRequest. parseDelimitedFrom(InputStream input)
static GetNetworkRequest
GetNetworkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkRequest
GetNetworkRequest. parseFrom(byte[] data)
static GetNetworkRequest
GetNetworkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkRequest
GetNetworkRequest. parseFrom(com.google.protobuf.ByteString data)
static GetNetworkRequest
GetNetworkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkRequest
GetNetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetNetworkRequest
GetNetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkRequest
GetNetworkRequest. parseFrom(InputStream input)
static GetNetworkRequest
GetNetworkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkRequest
GetNetworkRequest. parseFrom(ByteBuffer data)
static GetNetworkRequest
GetNetworkRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type GetNetworkRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNetworkRequest,Network>
BareMetalSolutionGrpc. getGetNetworkMethod()
com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
BareMetalSolutionClient. getNetworkCallable()
Get details of a single network.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkRequest,Network>
BareMetalSolutionSettings.Builder. getNetworkSettings()
Returns the builder for the settings used for calls to getNetwork.com.google.api.gax.rpc.UnaryCallSettings<GetNetworkRequest,Network>
BareMetalSolutionSettings. getNetworkSettings()
Returns the object with the settings used for calls to getNetwork.com.google.protobuf.Parser<GetNetworkRequest>
GetNetworkRequest. getParserForType()
static com.google.protobuf.Parser<GetNetworkRequest>
GetNetworkRequest. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type GetNetworkRequest Modifier and Type Method Description Network
BareMetalSolutionClient. getNetwork(GetNetworkRequest request)
Get details of a single network.default void
BareMetalSolutionGrpc.AsyncService. getNetwork(GetNetworkRequest request, io.grpc.stub.StreamObserver<Network> responseObserver)
Get details of a single network.Network
BareMetalSolutionGrpc.BareMetalSolutionBlockingStub. getNetwork(GetNetworkRequest request)
Get details of a single network.com.google.common.util.concurrent.ListenableFuture<Network>
BareMetalSolutionGrpc.BareMetalSolutionFutureStub. getNetwork(GetNetworkRequest request)
Get details of a single network.void
BareMetalSolutionGrpc.BareMetalSolutionStub. getNetwork(GetNetworkRequest request, io.grpc.stub.StreamObserver<Network> responseObserver)
Get details of a single network.GetNetworkRequest.Builder
GetNetworkRequest.Builder. mergeFrom(GetNetworkRequest other)
static GetNetworkRequest.Builder
GetNetworkRequest. newBuilder(GetNetworkRequest prototype)
-
Uses of GetNetworkRequest in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type GetNetworkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
BareMetalSolutionStub. getNetworkCallable()
com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
GrpcBareMetalSolutionStub. getNetworkCallable()
com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
HttpJsonBareMetalSolutionStub. getNetworkCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkRequest,Network>
BareMetalSolutionStubSettings.Builder. getNetworkSettings()
Returns the builder for the settings used for calls to getNetwork.com.google.api.gax.rpc.UnaryCallSettings<GetNetworkRequest,Network>
BareMetalSolutionStubSettings. getNetworkSettings()
Returns the object with the settings used for calls to getNetwork.
-