public interface ServiceResourcesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getZones(int index)
public abstract String getZones(int index)Output only. List of Cloud Zones being used by the Dataflow Service for this job. Example: us-central1-c
repeated string zones = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The zones at the given index. |
getZonesBytes(int index)
public abstract ByteString getZonesBytes(int index)Output only. List of Cloud Zones being used by the Dataflow Service for this job. Example: us-central1-c
repeated string zones = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the zones at the given index. |
getZonesCount()
public abstract int getZonesCount()Output only. List of Cloud Zones being used by the Dataflow Service for this job. Example: us-central1-c
repeated string zones = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of zones. |
getZonesList()
public abstract List<String> getZonesList()Output only. List of Cloud Zones being used by the Dataflow Service for this job. Example: us-central1-c
repeated string zones = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the zones. |