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 GetShareRequestGetShareRequest.Builder. build()GetShareRequestGetShareRequest.Builder. buildPartial()static GetShareRequestGetShareRequest. getDefaultInstance()GetShareRequestGetShareRequest.Builder. getDefaultInstanceForType()GetShareRequestGetShareRequest. getDefaultInstanceForType()static GetShareRequestGetShareRequest. parseDelimitedFrom(InputStream input)static GetShareRequestGetShareRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetShareRequestGetShareRequest. parseFrom(byte[] data)static GetShareRequestGetShareRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetShareRequestGetShareRequest. parseFrom(com.google.protobuf.ByteString data)static GetShareRequestGetShareRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetShareRequestGetShareRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetShareRequestGetShareRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetShareRequestGetShareRequest. parseFrom(InputStream input)static GetShareRequestGetShareRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetShareRequestGetShareRequest. parseFrom(ByteBuffer data)static GetShareRequestGetShareRequest. 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 ShareCloudFilestoreManagerClient. getShare(GetShareRequest request)Gets the details of a specific share.default voidCloudFilestoreManagerGrpc.AsyncService. getShare(GetShareRequest request, io.grpc.stub.StreamObserver<Share> responseObserver)Gets the details of a specific share.ShareCloudFilestoreManagerGrpc.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.voidCloudFilestoreManagerGrpc.CloudFilestoreManagerStub. getShare(GetShareRequest request, io.grpc.stub.StreamObserver<Share> responseObserver)Gets the details of a specific share.GetShareRequest.BuilderGetShareRequest.Builder. mergeFrom(GetShareRequest other)static GetShareRequest.BuilderGetShareRequest. 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.
-