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 GetNetworkRequestGetNetworkRequest.Builder. build()GetNetworkRequestGetNetworkRequest.Builder. buildPartial()static GetNetworkRequestGetNetworkRequest. getDefaultInstance()GetNetworkRequestGetNetworkRequest.Builder. getDefaultInstanceForType()GetNetworkRequestGetNetworkRequest. getDefaultInstanceForType()static GetNetworkRequestGetNetworkRequest. parseDelimitedFrom(InputStream input)static GetNetworkRequestGetNetworkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNetworkRequestGetNetworkRequest. parseFrom(byte[] data)static GetNetworkRequestGetNetworkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNetworkRequestGetNetworkRequest. parseFrom(com.google.protobuf.ByteString data)static GetNetworkRequestGetNetworkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNetworkRequestGetNetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetNetworkRequestGetNetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNetworkRequestGetNetworkRequest. parseFrom(InputStream input)static GetNetworkRequestGetNetworkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNetworkRequestGetNetworkRequest. parseFrom(ByteBuffer data)static GetNetworkRequestGetNetworkRequest. 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 NetworkBareMetalSolutionClient. getNetwork(GetNetworkRequest request)Get details of a single network.default voidBareMetalSolutionGrpc.AsyncService. getNetwork(GetNetworkRequest request, io.grpc.stub.StreamObserver<Network> responseObserver)Get details of a single network.NetworkBareMetalSolutionGrpc.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.voidBareMetalSolutionGrpc.BareMetalSolutionStub. getNetwork(GetNetworkRequest request, io.grpc.stub.StreamObserver<Network> responseObserver)Get details of a single network.GetNetworkRequest.BuilderGetNetworkRequest.Builder. mergeFrom(GetNetworkRequest other)static GetNetworkRequest.BuilderGetNetworkRequest. 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.
-