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