Uses of Class
com.google.cloud.filestore.v1beta1.GetShareRequest
-
Packages that use GetShareRequest Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore APIcom.google.cloud.filestore.v1beta1.stub -
-
Uses of GetShareRequest in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return GetShareRequest Modifier and Type Method Description GetShareRequest
GetShareRequest.Builder. build()
GetShareRequest
GetShareRequest.Builder. buildPartial()
static GetShareRequest
GetShareRequest. getDefaultInstance()
GetShareRequest
GetShareRequest.Builder. getDefaultInstanceForType()
GetShareRequest
GetShareRequest. getDefaultInstanceForType()
static GetShareRequest
GetShareRequest. parseDelimitedFrom(InputStream input)
static GetShareRequest
GetShareRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetShareRequest
GetShareRequest. parseFrom(byte[] data)
static GetShareRequest
GetShareRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetShareRequest
GetShareRequest. parseFrom(com.google.protobuf.ByteString data)
static GetShareRequest
GetShareRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetShareRequest
GetShareRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetShareRequest
GetShareRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetShareRequest
GetShareRequest. parseFrom(InputStream input)
static GetShareRequest
GetShareRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetShareRequest
GetShareRequest. parseFrom(ByteBuffer data)
static GetShareRequest
GetShareRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type GetShareRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetShareRequest,Share>
CloudFilestoreManagerGrpc. getGetShareMethod()
com.google.protobuf.Parser<GetShareRequest>
GetShareRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetShareRequest,Share>
CloudFilestoreManagerClient. getShareCallable()
Gets the details of a specific share.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetShareRequest,Share>
CloudFilestoreManagerSettings.Builder. getShareSettings()
Returns the builder for the settings used for calls to getShare.com.google.api.gax.rpc.UnaryCallSettings<GetShareRequest,Share>
CloudFilestoreManagerSettings. getShareSettings()
Returns the object with the settings used for calls to getShare.static com.google.protobuf.Parser<GetShareRequest>
GetShareRequest. parser()
Methods in com.google.cloud.filestore.v1beta1 with parameters of type GetShareRequest Modifier and Type Method Description Share
CloudFilestoreManagerClient. getShare(GetShareRequest request)
Gets the details of a specific share.default void
CloudFilestoreManagerGrpc.AsyncService. getShare(GetShareRequest request, io.grpc.stub.StreamObserver<Share> responseObserver)
Gets the details of a specific share.Share
CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub. getShare(GetShareRequest request)
Gets the details of a specific share.com.google.common.util.concurrent.ListenableFuture<Share>
CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub. getShare(GetShareRequest request)
Gets the details of a specific share.void
CloudFilestoreManagerGrpc.CloudFilestoreManagerStub. getShare(GetShareRequest request, io.grpc.stub.StreamObserver<Share> responseObserver)
Gets the details of a specific share.GetShareRequest.Builder
GetShareRequest.Builder. mergeFrom(GetShareRequest other)
static GetShareRequest.Builder
GetShareRequest. newBuilder(GetShareRequest prototype)
-
Uses of GetShareRequest in com.google.cloud.filestore.v1beta1.stub
Methods in com.google.cloud.filestore.v1beta1.stub that return types with arguments of type GetShareRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetShareRequest,Share>
CloudFilestoreManagerStub. getShareCallable()
com.google.api.gax.rpc.UnaryCallable<GetShareRequest,Share>
GrpcCloudFilestoreManagerStub. getShareCallable()
com.google.api.gax.rpc.UnaryCallable<GetShareRequest,Share>
HttpJsonCloudFilestoreManagerStub. getShareCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetShareRequest,Share>
CloudFilestoreManagerStubSettings.Builder. getShareSettings()
Returns the builder for the settings used for calls to getShare.com.google.api.gax.rpc.UnaryCallSettings<GetShareRequest,Share>
CloudFilestoreManagerStubSettings. getShareSettings()
Returns the object with the settings used for calls to getShare.
-