Uses of Class
com.google.cloud.support.v2.ListCasesRequest
-
Packages that use ListCasesRequest Package Description com.google.cloud.support.v2 A client to Google Cloud Support APIcom.google.cloud.support.v2.stub -
-
Uses of ListCasesRequest in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return ListCasesRequest Modifier and Type Method Description ListCasesRequest
ListCasesRequest.Builder. build()
ListCasesRequest
ListCasesRequest.Builder. buildPartial()
static ListCasesRequest
ListCasesRequest. getDefaultInstance()
ListCasesRequest
ListCasesRequest.Builder. getDefaultInstanceForType()
ListCasesRequest
ListCasesRequest. getDefaultInstanceForType()
static ListCasesRequest
ListCasesRequest. parseDelimitedFrom(InputStream input)
static ListCasesRequest
ListCasesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCasesRequest
ListCasesRequest. parseFrom(byte[] data)
static ListCasesRequest
ListCasesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCasesRequest
ListCasesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListCasesRequest
ListCasesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCasesRequest
ListCasesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCasesRequest
ListCasesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCasesRequest
ListCasesRequest. parseFrom(InputStream input)
static ListCasesRequest
ListCasesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCasesRequest
ListCasesRequest. parseFrom(ByteBuffer data)
static ListCasesRequest
ListCasesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.support.v2 that return types with arguments of type ListCasesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCasesRequest,ListCasesResponse>
CaseServiceGrpc. getListCasesMethod()
com.google.protobuf.Parser<ListCasesRequest>
ListCasesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListCasesRequest,ListCasesResponse>
CaseServiceClient. listCasesCallable()
Retrieve all cases under the specified parent.com.google.api.gax.rpc.UnaryCallable<ListCasesRequest,CaseServiceClient.ListCasesPagedResponse>
CaseServiceClient. listCasesPagedCallable()
Retrieve all cases under the specified parent.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCasesRequest,ListCasesResponse,CaseServiceClient.ListCasesPagedResponse>
CaseServiceSettings.Builder. listCasesSettings()
Returns the builder for the settings used for calls to listCases.com.google.api.gax.rpc.PagedCallSettings<ListCasesRequest,ListCasesResponse,CaseServiceClient.ListCasesPagedResponse>
CaseServiceSettings. listCasesSettings()
Returns the object with the settings used for calls to listCases.static com.google.protobuf.Parser<ListCasesRequest>
ListCasesRequest. parser()
Methods in com.google.cloud.support.v2 with parameters of type ListCasesRequest Modifier and Type Method Description CaseServiceClient.ListCasesPagedResponse
CaseServiceClient. listCases(ListCasesRequest request)
Retrieve all cases under the specified parent.default void
CaseServiceGrpc.AsyncService. listCases(ListCasesRequest request, io.grpc.stub.StreamObserver<ListCasesResponse> responseObserver)
Retrieve all cases under the specified parent.ListCasesResponse
CaseServiceGrpc.CaseServiceBlockingStub. listCases(ListCasesRequest request)
Retrieve all cases under the specified parent.com.google.common.util.concurrent.ListenableFuture<ListCasesResponse>
CaseServiceGrpc.CaseServiceFutureStub. listCases(ListCasesRequest request)
Retrieve all cases under the specified parent.void
CaseServiceGrpc.CaseServiceStub. listCases(ListCasesRequest request, io.grpc.stub.StreamObserver<ListCasesResponse> responseObserver)
Retrieve all cases under the specified parent.ListCasesRequest.Builder
ListCasesRequest.Builder. mergeFrom(ListCasesRequest other)
static ListCasesRequest.Builder
ListCasesRequest. newBuilder(ListCasesRequest prototype)
Method parameters in com.google.cloud.support.v2 with type arguments of type ListCasesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<CaseServiceClient.ListCasesPagedResponse>
CaseServiceClient.ListCasesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCasesRequest,ListCasesResponse,Case> context, com.google.api.core.ApiFuture<ListCasesResponse> futureResponse)
protected CaseServiceClient.ListCasesPage
CaseServiceClient.ListCasesPage. createPage(com.google.api.gax.rpc.PageContext<ListCasesRequest,ListCasesResponse,Case> context, ListCasesResponse response)
com.google.api.core.ApiFuture<CaseServiceClient.ListCasesPage>
CaseServiceClient.ListCasesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCasesRequest,ListCasesResponse,Case> context, com.google.api.core.ApiFuture<ListCasesResponse> futureResponse)
-
Uses of ListCasesRequest in com.google.cloud.support.v2.stub
Methods in com.google.cloud.support.v2.stub that return types with arguments of type ListCasesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCasesRequest,ListCasesResponse>
CaseServiceStub. listCasesCallable()
com.google.api.gax.rpc.UnaryCallable<ListCasesRequest,ListCasesResponse>
GrpcCaseServiceStub. listCasesCallable()
com.google.api.gax.rpc.UnaryCallable<ListCasesRequest,ListCasesResponse>
HttpJsonCaseServiceStub. listCasesCallable()
com.google.api.gax.rpc.UnaryCallable<ListCasesRequest,CaseServiceClient.ListCasesPagedResponse>
CaseServiceStub. listCasesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCasesRequest,CaseServiceClient.ListCasesPagedResponse>
GrpcCaseServiceStub. listCasesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCasesRequest,CaseServiceClient.ListCasesPagedResponse>
HttpJsonCaseServiceStub. listCasesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCasesRequest,ListCasesResponse,CaseServiceClient.ListCasesPagedResponse>
CaseServiceStubSettings.Builder. listCasesSettings()
Returns the builder for the settings used for calls to listCases.com.google.api.gax.rpc.PagedCallSettings<ListCasesRequest,ListCasesResponse,CaseServiceClient.ListCasesPagedResponse>
CaseServiceStubSettings. listCasesSettings()
Returns the object with the settings used for calls to listCases.
-