Uses of Class
com.google.cloud.support.v2.CaseServiceClient.ListCasesPagedResponse
-
Packages that use CaseServiceClient.ListCasesPagedResponse Package Description com.google.cloud.support.v2 A client to Google Cloud Support APIcom.google.cloud.support.v2.stub -
-
Uses of CaseServiceClient.ListCasesPagedResponse in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return CaseServiceClient.ListCasesPagedResponse Modifier and Type Method Description CaseServiceClient.ListCasesPagedResponseCaseServiceClient. listCases(ListCasesRequest request)Retrieve all cases under the specified parent.CaseServiceClient.ListCasesPagedResponseCaseServiceClient. listCases(OrganizationName parent)Retrieve all cases under the specified parent.CaseServiceClient.ListCasesPagedResponseCaseServiceClient. listCases(ProjectName parent)Retrieve all cases under the specified parent.CaseServiceClient.ListCasesPagedResponseCaseServiceClient. listCases(String parent)Retrieve all cases under the specified parent.Methods in com.google.cloud.support.v2 that return types with arguments of type CaseServiceClient.ListCasesPagedResponse 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)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. -
Uses of CaseServiceClient.ListCasesPagedResponse in com.google.cloud.support.v2.stub
Methods in com.google.cloud.support.v2.stub that return types with arguments of type CaseServiceClient.ListCasesPagedResponse Modifier and Type Method Description 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.
-