Uses of Class
com.google.cloud.filestore.v1beta1.Share
-
Packages that use Share Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore APIcom.google.cloud.filestore.v1beta1.stub -
-
Uses of Share in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return Share Modifier and Type Method Description Share
Share.Builder. build()
Share
Share.Builder. buildPartial()
static Share
Share. getDefaultInstance()
Share
Share.Builder. getDefaultInstanceForType()
Share
Share. getDefaultInstanceForType()
Share
CloudFilestoreManagerClient. getShare(GetShareRequest request)
Gets the details of a specific share.Share
CloudFilestoreManagerClient. getShare(ShareName name)
Gets the details of a specific share.Share
CloudFilestoreManagerClient. getShare(String name)
Gets the details of a specific share.Share
CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub. getShare(GetShareRequest request)
Gets the details of a specific share.Share
CreateShareRequest.Builder. getShare()
Required.Share
CreateShareRequest. getShare()
Required.Share
CreateShareRequestOrBuilder. getShare()
Required.Share
UpdateShareRequest.Builder. getShare()
Required.Share
UpdateShareRequest. getShare()
Required.Share
UpdateShareRequestOrBuilder. getShare()
Required.Share
ListSharesResponse.Builder. getShares(int index)
A list of shares in the project for the specified instance.Share
ListSharesResponse. getShares(int index)
A list of shares in the project for the specified instance.Share
ListSharesResponseOrBuilder. getShares(int index)
A list of shares in the project for the specified instance.static Share
Share. parseDelimitedFrom(InputStream input)
static Share
Share. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Share
Share. parseFrom(byte[] data)
static Share
Share. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Share
Share. parseFrom(com.google.protobuf.ByteString data)
static Share
Share. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Share
Share. parseFrom(com.google.protobuf.CodedInputStream input)
static Share
Share. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Share
Share. parseFrom(InputStream input)
static Share
Share. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Share
Share. parseFrom(ByteBuffer data)
static Share
Share. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type Share Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Share,OperationMetadata>
CloudFilestoreManagerClient. createShareAsync(CreateShareRequest request)
Creates a share.com.google.api.gax.longrunning.OperationFuture<Share,OperationMetadata>
CloudFilestoreManagerClient. createShareAsync(InstanceName parent, Share share, String shareId)
Creates a share.com.google.api.gax.longrunning.OperationFuture<Share,OperationMetadata>
CloudFilestoreManagerClient. createShareAsync(String parent, Share share, String shareId)
Creates a share.com.google.api.gax.rpc.OperationCallable<CreateShareRequest,Share,OperationMetadata>
CloudFilestoreManagerClient. createShareOperationCallable()
Creates a share.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateShareRequest,Share,OperationMetadata>
CloudFilestoreManagerSettings.Builder. createShareOperationSettings()
Returns the builder for the settings used for calls to createShare.com.google.api.gax.rpc.OperationCallSettings<CreateShareRequest,Share,OperationMetadata>
CloudFilestoreManagerSettings. createShareOperationSettings()
Returns the object with the settings used for calls to createShare.static io.grpc.MethodDescriptor<GetShareRequest,Share>
CloudFilestoreManagerGrpc. getGetShareMethod()
com.google.protobuf.Parser<Share>
Share. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Share>
CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub. getShare(GetShareRequest request)
Gets the details of a specific share.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.List<Share>
ListSharesResponse.Builder. getSharesList()
A list of shares in the project for the specified instance.List<Share>
ListSharesResponse. getSharesList()
A list of shares in the project for the specified instance.List<Share>
ListSharesResponseOrBuilder. getSharesList()
A list of shares in the project for the specified instance.static com.google.protobuf.Parser<Share>
Share. parser()
com.google.api.gax.longrunning.OperationFuture<Share,OperationMetadata>
CloudFilestoreManagerClient. updateShareAsync(Share share, com.google.protobuf.FieldMask updateMask)
Updates the settings of a specific share.com.google.api.gax.longrunning.OperationFuture<Share,OperationMetadata>
CloudFilestoreManagerClient. updateShareAsync(UpdateShareRequest request)
Updates the settings of a specific share.com.google.api.gax.rpc.OperationCallable<UpdateShareRequest,Share,OperationMetadata>
CloudFilestoreManagerClient. updateShareOperationCallable()
Updates the settings of a specific share.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateShareRequest,Share,OperationMetadata>
CloudFilestoreManagerSettings.Builder. updateShareOperationSettings()
Returns the builder for the settings used for calls to updateShare.com.google.api.gax.rpc.OperationCallSettings<UpdateShareRequest,Share,OperationMetadata>
CloudFilestoreManagerSettings. updateShareOperationSettings()
Returns the object with the settings used for calls to updateShare.Methods in com.google.cloud.filestore.v1beta1 with parameters of type Share Modifier and Type Method Description ListSharesResponse.Builder
ListSharesResponse.Builder. addShares(int index, Share value)
A list of shares in the project for the specified instance.ListSharesResponse.Builder
ListSharesResponse.Builder. addShares(Share value)
A list of shares in the project for the specified instance.com.google.api.gax.longrunning.OperationFuture<Share,OperationMetadata>
CloudFilestoreManagerClient. createShareAsync(InstanceName parent, Share share, String shareId)
Creates a share.com.google.api.gax.longrunning.OperationFuture<Share,OperationMetadata>
CloudFilestoreManagerClient. createShareAsync(String parent, Share share, String shareId)
Creates a share.Share.Builder
Share.Builder. mergeFrom(Share other)
CreateShareRequest.Builder
CreateShareRequest.Builder. mergeShare(Share value)
Required.UpdateShareRequest.Builder
UpdateShareRequest.Builder. mergeShare(Share value)
Required.static Share.Builder
Share. newBuilder(Share prototype)
CreateShareRequest.Builder
CreateShareRequest.Builder. setShare(Share value)
Required.UpdateShareRequest.Builder
UpdateShareRequest.Builder. setShare(Share value)
Required.ListSharesResponse.Builder
ListSharesResponse.Builder. setShares(int index, Share value)
A list of shares in the project for the specified instance.com.google.api.gax.longrunning.OperationFuture<Share,OperationMetadata>
CloudFilestoreManagerClient. updateShareAsync(Share share, com.google.protobuf.FieldMask updateMask)
Updates the settings of a specific share.Method parameters in com.google.cloud.filestore.v1beta1 with type arguments of type Share Modifier and Type Method Description ListSharesResponse.Builder
ListSharesResponse.Builder. addAllShares(Iterable<? extends Share> values)
A list of shares in the project for the specified instance.static com.google.api.core.ApiFuture<CloudFilestoreManagerClient.ListSharesPagedResponse>
CloudFilestoreManagerClient.ListSharesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSharesRequest,ListSharesResponse,Share> context, com.google.api.core.ApiFuture<ListSharesResponse> futureResponse)
protected CloudFilestoreManagerClient.ListSharesPage
CloudFilestoreManagerClient.ListSharesPage. createPage(com.google.api.gax.rpc.PageContext<ListSharesRequest,ListSharesResponse,Share> context, ListSharesResponse response)
com.google.api.core.ApiFuture<CloudFilestoreManagerClient.ListSharesPage>
CloudFilestoreManagerClient.ListSharesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSharesRequest,ListSharesResponse,Share> context, com.google.api.core.ApiFuture<ListSharesResponse> futureResponse)
default void
CloudFilestoreManagerGrpc.AsyncService. getShare(GetShareRequest request, io.grpc.stub.StreamObserver<Share> responseObserver)
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. -
Uses of Share in com.google.cloud.filestore.v1beta1.stub
Methods in com.google.cloud.filestore.v1beta1.stub that return types with arguments of type Share Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateShareRequest,Share,OperationMetadata>
CloudFilestoreManagerStub. createShareOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateShareRequest,Share,OperationMetadata>
GrpcCloudFilestoreManagerStub. createShareOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateShareRequest,Share,OperationMetadata>
HttpJsonCloudFilestoreManagerStub. createShareOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateShareRequest,Share,OperationMetadata>
CloudFilestoreManagerStubSettings.Builder. createShareOperationSettings()
Returns the builder for the settings used for calls to createShare.com.google.api.gax.rpc.OperationCallSettings<CreateShareRequest,Share,OperationMetadata>
CloudFilestoreManagerStubSettings. createShareOperationSettings()
Returns the object with the settings used for calls to createShare.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.com.google.api.gax.rpc.OperationCallable<UpdateShareRequest,Share,OperationMetadata>
CloudFilestoreManagerStub. updateShareOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateShareRequest,Share,OperationMetadata>
GrpcCloudFilestoreManagerStub. updateShareOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateShareRequest,Share,OperationMetadata>
HttpJsonCloudFilestoreManagerStub. updateShareOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateShareRequest,Share,OperationMetadata>
CloudFilestoreManagerStubSettings.Builder. updateShareOperationSettings()
Returns the builder for the settings used for calls to updateShare.com.google.api.gax.rpc.OperationCallSettings<UpdateShareRequest,Share,OperationMetadata>
CloudFilestoreManagerStubSettings. updateShareOperationSettings()
Returns the object with the settings used for calls to updateShare.
-