Uses of Class
com.google.dataflow.v1beta3.JobView
-
Packages that use JobView Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of JobView in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return JobView Modifier and Type Method Description static JobView
JobView. forNumber(int value)
JobView
CreateJobRequest.Builder. getView()
The level of information requested in response.JobView
CreateJobRequest. getView()
The level of information requested in response.JobView
CreateJobRequestOrBuilder. getView()
The level of information requested in response.JobView
GetJobRequest.Builder. getView()
The level of information requested in response.JobView
GetJobRequest. getView()
The level of information requested in response.JobView
GetJobRequestOrBuilder. getView()
The level of information requested in response.JobView
ListJobsRequest.Builder. getView()
Deprecated.google.dataflow.v1beta3.ListJobsRequest.view is deprecated.JobView
ListJobsRequest. getView()
Deprecated.google.dataflow.v1beta3.ListJobsRequest.view is deprecated.JobView
ListJobsRequestOrBuilder. getView()
Deprecated.google.dataflow.v1beta3.ListJobsRequest.view is deprecated.static JobView
JobView. valueOf(int value)
Deprecated.static JobView
JobView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static JobView
JobView. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobView[]
JobView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.dataflow.v1beta3 that return types with arguments of type JobView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<JobView>
JobView. internalGetValueMap()
Methods in com.google.dataflow.v1beta3 with parameters of type JobView Modifier and Type Method Description CreateJobRequest.Builder
CreateJobRequest.Builder. setView(JobView value)
The level of information requested in response.GetJobRequest.Builder
GetJobRequest.Builder. setView(JobView value)
The level of information requested in response.ListJobsRequest.Builder
ListJobsRequest.Builder. setView(JobView value)
Deprecated.google.dataflow.v1beta3.ListJobsRequest.view is deprecated.
-