Uses of Class
com.google.cloud.filestore.v1beta1.ListSharesResponse
-
Packages that use ListSharesResponse Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore APIcom.google.cloud.filestore.v1beta1.stub -
-
Uses of ListSharesResponse in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return ListSharesResponse Modifier and Type Method Description ListSharesResponseListSharesResponse.Builder. build()ListSharesResponseListSharesResponse.Builder. buildPartial()static ListSharesResponseListSharesResponse. getDefaultInstance()ListSharesResponseListSharesResponse.Builder. getDefaultInstanceForType()ListSharesResponseListSharesResponse. getDefaultInstanceForType()ListSharesResponseCloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub. listShares(ListSharesRequest request)Lists all shares for a specified instance.static ListSharesResponseListSharesResponse. parseDelimitedFrom(InputStream input)static ListSharesResponseListSharesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSharesResponseListSharesResponse. parseFrom(byte[] data)static ListSharesResponseListSharesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSharesResponseListSharesResponse. parseFrom(com.google.protobuf.ByteString data)static ListSharesResponseListSharesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSharesResponseListSharesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListSharesResponseListSharesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSharesResponseListSharesResponse. parseFrom(InputStream input)static ListSharesResponseListSharesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSharesResponseListSharesResponse. parseFrom(ByteBuffer data)static ListSharesResponseListSharesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type ListSharesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSharesRequest,ListSharesResponse>CloudFilestoreManagerGrpc. getListSharesMethod()com.google.protobuf.Parser<ListSharesResponse>ListSharesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListSharesResponse>CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub. listShares(ListSharesRequest request)Lists all shares for a specified instance.com.google.api.gax.rpc.UnaryCallable<ListSharesRequest,ListSharesResponse>CloudFilestoreManagerClient. listSharesCallable()Lists all shares for a specified instance.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSharesRequest,ListSharesResponse,CloudFilestoreManagerClient.ListSharesPagedResponse>CloudFilestoreManagerSettings.Builder. listSharesSettings()Returns the builder for the settings used for calls to listShares.com.google.api.gax.rpc.PagedCallSettings<ListSharesRequest,ListSharesResponse,CloudFilestoreManagerClient.ListSharesPagedResponse>CloudFilestoreManagerSettings. listSharesSettings()Returns the object with the settings used for calls to listShares.static com.google.protobuf.Parser<ListSharesResponse>ListSharesResponse. parser()Methods in com.google.cloud.filestore.v1beta1 with parameters of type ListSharesResponse Modifier and Type Method Description protected CloudFilestoreManagerClient.ListSharesPageCloudFilestoreManagerClient.ListSharesPage. createPage(com.google.api.gax.rpc.PageContext<ListSharesRequest,ListSharesResponse,Share> context, ListSharesResponse response)ListSharesResponse.BuilderListSharesResponse.Builder. mergeFrom(ListSharesResponse other)static ListSharesResponse.BuilderListSharesResponse. newBuilder(ListSharesResponse prototype)Method parameters in com.google.cloud.filestore.v1beta1 with type arguments of type ListSharesResponse Modifier and Type Method Description 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)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.ListSharesPageCloudFilestoreManagerClient.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)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 voidCloudFilestoreManagerGrpc.AsyncService. listShares(ListSharesRequest request, io.grpc.stub.StreamObserver<ListSharesResponse> responseObserver)Lists all shares for a specified instance.voidCloudFilestoreManagerGrpc.CloudFilestoreManagerStub. listShares(ListSharesRequest request, io.grpc.stub.StreamObserver<ListSharesResponse> responseObserver)Lists all shares for a specified instance. -
Uses of ListSharesResponse in com.google.cloud.filestore.v1beta1.stub
Methods in com.google.cloud.filestore.v1beta1.stub that return types with arguments of type ListSharesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSharesRequest,ListSharesResponse>CloudFilestoreManagerStub. listSharesCallable()com.google.api.gax.rpc.UnaryCallable<ListSharesRequest,ListSharesResponse>GrpcCloudFilestoreManagerStub. listSharesCallable()com.google.api.gax.rpc.UnaryCallable<ListSharesRequest,ListSharesResponse>HttpJsonCloudFilestoreManagerStub. listSharesCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListSharesRequest,ListSharesResponse,CloudFilestoreManagerClient.ListSharesPagedResponse>CloudFilestoreManagerStubSettings.Builder. listSharesSettings()Returns the builder for the settings used for calls to listShares.com.google.api.gax.rpc.PagedCallSettings<ListSharesRequest,ListSharesResponse,CloudFilestoreManagerClient.ListSharesPagedResponse>CloudFilestoreManagerStubSettings. listSharesSettings()Returns the object with the settings used for calls to listShares.
-