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