Uses of Class
com.google.cloud.support.v2.CaseClassification
-
Packages that use CaseClassification Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of CaseClassification in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return CaseClassification Modifier and Type Method Description CaseClassificationCaseClassification.Builder. build()CaseClassificationCaseClassification.Builder. buildPartial()CaseClassificationSearchCaseClassificationsResponse.Builder. getCaseClassifications(int index)The classifications retrieved.CaseClassificationSearchCaseClassificationsResponse. getCaseClassifications(int index)The classifications retrieved.CaseClassificationSearchCaseClassificationsResponseOrBuilder. getCaseClassifications(int index)The classifications retrieved.CaseClassificationCase.Builder. getClassification()The issue classification applicable to this case.CaseClassificationCase. getClassification()The issue classification applicable to this case.CaseClassificationCaseOrBuilder. getClassification()The issue classification applicable to this case.static CaseClassificationCaseClassification. getDefaultInstance()CaseClassificationCaseClassification.Builder. getDefaultInstanceForType()CaseClassificationCaseClassification. getDefaultInstanceForType()static CaseClassificationCaseClassification. parseDelimitedFrom(InputStream input)static CaseClassificationCaseClassification. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CaseClassificationCaseClassification. parseFrom(byte[] data)static CaseClassificationCaseClassification. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CaseClassificationCaseClassification. parseFrom(com.google.protobuf.ByteString data)static CaseClassificationCaseClassification. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CaseClassificationCaseClassification. parseFrom(com.google.protobuf.CodedInputStream input)static CaseClassificationCaseClassification. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CaseClassificationCaseClassification. parseFrom(InputStream input)static CaseClassificationCaseClassification. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CaseClassificationCaseClassification. parseFrom(ByteBuffer data)static CaseClassificationCaseClassification. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.support.v2 that return types with arguments of type CaseClassification Modifier and Type Method Description List<CaseClassification>SearchCaseClassificationsResponse.Builder. getCaseClassificationsList()The classifications retrieved.List<CaseClassification>SearchCaseClassificationsResponse. getCaseClassificationsList()The classifications retrieved.List<CaseClassification>SearchCaseClassificationsResponseOrBuilder. getCaseClassificationsList()The classifications retrieved.com.google.protobuf.Parser<CaseClassification>CaseClassification. getParserForType()static com.google.protobuf.Parser<CaseClassification>CaseClassification. parser()Methods in com.google.cloud.support.v2 with parameters of type CaseClassification Modifier and Type Method Description SearchCaseClassificationsResponse.BuilderSearchCaseClassificationsResponse.Builder. addCaseClassifications(int index, CaseClassification value)The classifications retrieved.SearchCaseClassificationsResponse.BuilderSearchCaseClassificationsResponse.Builder. addCaseClassifications(CaseClassification value)The classifications retrieved.Case.BuilderCase.Builder. mergeClassification(CaseClassification value)The issue classification applicable to this case.CaseClassification.BuilderCaseClassification.Builder. mergeFrom(CaseClassification other)static CaseClassification.BuilderCaseClassification. newBuilder(CaseClassification prototype)SearchCaseClassificationsResponse.BuilderSearchCaseClassificationsResponse.Builder. setCaseClassifications(int index, CaseClassification value)The classifications retrieved.Case.BuilderCase.Builder. setClassification(CaseClassification value)The issue classification applicable to this case.Method parameters in com.google.cloud.support.v2 with type arguments of type CaseClassification Modifier and Type Method Description SearchCaseClassificationsResponse.BuilderSearchCaseClassificationsResponse.Builder. addAllCaseClassifications(Iterable<? extends CaseClassification> values)The classifications retrieved.static com.google.api.core.ApiFuture<CaseServiceClient.SearchCaseClassificationsPagedResponse>CaseServiceClient.SearchCaseClassificationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchCaseClassificationsRequest,SearchCaseClassificationsResponse,CaseClassification> context, com.google.api.core.ApiFuture<SearchCaseClassificationsResponse> futureResponse)protected CaseServiceClient.SearchCaseClassificationsPageCaseServiceClient.SearchCaseClassificationsPage. createPage(com.google.api.gax.rpc.PageContext<SearchCaseClassificationsRequest,SearchCaseClassificationsResponse,CaseClassification> context, SearchCaseClassificationsResponse response)com.google.api.core.ApiFuture<CaseServiceClient.SearchCaseClassificationsPage>CaseServiceClient.SearchCaseClassificationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchCaseClassificationsRequest,SearchCaseClassificationsResponse,CaseClassification> context, com.google.api.core.ApiFuture<SearchCaseClassificationsResponse> futureResponse)
-