public interface ListBucketsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBuckets(int index)
public abstract Bucket getBuckets(int index)The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Bucket |
|
getBucketsCount()
public abstract int getBucketsCount()The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBucketsList()
public abstract List<Bucket> getBucketsList()The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
| Returns | |
|---|---|
| Type | Description |
List<Bucket> |
|
getBucketsOrBuilder(int index)
public abstract BucketOrBuilder getBucketsOrBuilder(int index)The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BucketOrBuilder |
|
getBucketsOrBuilderList()
public abstract List<? extends BucketOrBuilder> getBucketsOrBuilderList()The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.storage.v2.BucketOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getUnreachable(int index)
public abstract String getUnreachable(int index)Unreachable resources. This field can only be present if the caller specified return_partial_success to be true in the request to receive indications of temporarily missing resources. unreachable might be: unreachable = [ "projects//buckets/bucket1", "projects//buckets/bucket2", "projects/_/buckets/bucket3", ]
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public abstract ByteString getUnreachableBytes(int index)Unreachable resources. This field can only be present if the caller specified return_partial_success to be true in the request to receive indications of temporarily missing resources. unreachable might be: unreachable = [ "projects//buckets/bucket1", "projects//buckets/bucket2", "projects/_/buckets/bucket3", ]
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public abstract int getUnreachableCount()Unreachable resources. This field can only be present if the caller specified return_partial_success to be true in the request to receive indications of temporarily missing resources. unreachable might be: unreachable = [ "projects//buckets/bucket1", "projects//buckets/bucket2", "projects/_/buckets/bucket3", ]
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public abstract List<String> getUnreachableList()Unreachable resources. This field can only be present if the caller specified return_partial_success to be true in the request to receive indications of temporarily missing resources. unreachable might be: unreachable = [ "projects//buckets/bucket1", "projects//buckets/bucket2", "projects/_/buckets/bucket3", ]
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the unreachable. |