public interface BackendBucketsScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackendBuckets(int index)
public abstract BackendBucket getBackendBuckets(int index)A list of BackendBuckets contained in this scope.
repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackendBucket |
|
getBackendBucketsCount()
public abstract int getBackendBucketsCount()A list of BackendBuckets contained in this scope.
repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBackendBucketsList()
public abstract List<BackendBucket> getBackendBucketsList()A list of BackendBuckets contained in this scope.
repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;
| Returns | |
|---|---|
| Type | Description |
List<BackendBucket> |
|
getBackendBucketsOrBuilder(int index)
public abstract BackendBucketOrBuilder getBackendBucketsOrBuilder(int index)A list of BackendBuckets contained in this scope.
repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackendBucketOrBuilder |
|
getBackendBucketsOrBuilderList()
public abstract List<? extends BackendBucketOrBuilder> getBackendBucketsOrBuilderList()A list of BackendBuckets contained in this scope.
repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.BackendBucketOrBuilder> |
|
getWarning()
public abstract Warning getWarning()Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
Warning |
The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
WarningOrBuilder |
|
hasWarning()
public abstract boolean hasWarning()Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |