Uses of Class
com.google.dataflow.v1beta3.FailedLocation
-
Packages that use FailedLocation Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of FailedLocation in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return FailedLocation Modifier and Type Method Description FailedLocation
FailedLocation.Builder. build()
FailedLocation
FailedLocation.Builder. buildPartial()
static FailedLocation
FailedLocation. getDefaultInstance()
FailedLocation
FailedLocation.Builder. getDefaultInstanceForType()
FailedLocation
FailedLocation. getDefaultInstanceForType()
FailedLocation
ListJobsResponse.Builder. getFailedLocation(int index)
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.FailedLocation
ListJobsResponse. getFailedLocation(int index)
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.FailedLocation
ListJobsResponseOrBuilder. getFailedLocation(int index)
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.static FailedLocation
FailedLocation. parseDelimitedFrom(InputStream input)
static FailedLocation
FailedLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FailedLocation
FailedLocation. parseFrom(byte[] data)
static FailedLocation
FailedLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FailedLocation
FailedLocation. parseFrom(com.google.protobuf.ByteString data)
static FailedLocation
FailedLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FailedLocation
FailedLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static FailedLocation
FailedLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FailedLocation
FailedLocation. parseFrom(InputStream input)
static FailedLocation
FailedLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FailedLocation
FailedLocation. parseFrom(ByteBuffer data)
static FailedLocation
FailedLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type FailedLocation Modifier and Type Method Description List<FailedLocation>
ListJobsResponse.Builder. getFailedLocationList()
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.List<FailedLocation>
ListJobsResponse. getFailedLocationList()
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.List<FailedLocation>
ListJobsResponseOrBuilder. getFailedLocationList()
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.com.google.protobuf.Parser<FailedLocation>
FailedLocation. getParserForType()
static com.google.protobuf.Parser<FailedLocation>
FailedLocation. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type FailedLocation Modifier and Type Method Description ListJobsResponse.Builder
ListJobsResponse.Builder. addFailedLocation(int index, FailedLocation value)
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.ListJobsResponse.Builder
ListJobsResponse.Builder. addFailedLocation(FailedLocation value)
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.FailedLocation.Builder
FailedLocation.Builder. mergeFrom(FailedLocation other)
static FailedLocation.Builder
FailedLocation. newBuilder(FailedLocation prototype)
ListJobsResponse.Builder
ListJobsResponse.Builder. setFailedLocation(int index, FailedLocation value)
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.Method parameters in com.google.dataflow.v1beta3 with type arguments of type FailedLocation Modifier and Type Method Description ListJobsResponse.Builder
ListJobsResponse.Builder. addAllFailedLocation(Iterable<? extends FailedLocation> values)
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.
-