Uses of Class
com.google.cloud.dataproc.v1.ListJobsRequest.JobStateMatcher
-
Packages that use ListJobsRequest.JobStateMatcher Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of ListJobsRequest.JobStateMatcher in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return ListJobsRequest.JobStateMatcher Modifier and Type Method Description static ListJobsRequest.JobStateMatcher
ListJobsRequest.JobStateMatcher. forNumber(int value)
ListJobsRequest.JobStateMatcher
ListJobsRequest.Builder. getJobStateMatcher()
Optional.ListJobsRequest.JobStateMatcher
ListJobsRequest. getJobStateMatcher()
Optional.ListJobsRequest.JobStateMatcher
ListJobsRequestOrBuilder. getJobStateMatcher()
Optional.static ListJobsRequest.JobStateMatcher
ListJobsRequest.JobStateMatcher. valueOf(int value)
Deprecated.static ListJobsRequest.JobStateMatcher
ListJobsRequest.JobStateMatcher. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ListJobsRequest.JobStateMatcher
ListJobsRequest.JobStateMatcher. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListJobsRequest.JobStateMatcher[]
ListJobsRequest.JobStateMatcher. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type ListJobsRequest.JobStateMatcher Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ListJobsRequest.JobStateMatcher>
ListJobsRequest.JobStateMatcher. internalGetValueMap()
Methods in com.google.cloud.dataproc.v1 with parameters of type ListJobsRequest.JobStateMatcher Modifier and Type Method Description ListJobsRequest.Builder
ListJobsRequest.Builder. setJobStateMatcher(ListJobsRequest.JobStateMatcher value)
Optional.
-