Dataflow v1beta3 API - Class ServiceResources (2.0.0-beta09)

public sealed class ServiceResources : IMessage<ServiceResources>, IEquatable<ServiceResources>, IDeepCloneable<ServiceResources>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class ServiceResources.

Resources used by the Dataflow Service to run the job.

Inheritance

object > ServiceResources

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

ServiceResources()

public ServiceResources()

ServiceResources(ServiceResources)

public ServiceResources(ServiceResources other)
Parameter
Name Description
other ServiceResources

Properties

Zones

public RepeatedField<string> Zones { get; }

Output only. List of Cloud Zones being used by the Dataflow Service for this job. Example: us-central1-c

Property Value
Type Description
RepeatedFieldstring