public sealed class ServiceResources : IMessage<ServiceResources>, IEquatable<ServiceResources>, IDeepCloneable<ServiceResources>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class ServiceResources.
Resources used by the Dataflow Service to run the job.
Implements
IMessageServiceResources, IEquatableServiceResources, IDeepCloneableServiceResources, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |
|