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