public static final class ListLocationsResponse.Builder extends GeneratedMessageV3.Builder<ListLocationsResponse.Builder> implements ListLocationsResponseOrBuilder
ListLocationsResponse returns the list of all GKE locations and their
recommendation state.
Protobuf type google.container.v1beta1.ListLocationsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllLocations(Iterable<? extends Location> values)
public ListLocationsResponse.Builder addAllLocations(Iterable<? extends Location> values)
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.container.v1beta1.Location>
|
addLocations(Location value)
public ListLocationsResponse.Builder addLocations(Location value)
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
addLocations(Location.Builder builderForValue)
public ListLocationsResponse.Builder addLocations(Location.Builder builderForValue)
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
addLocations(int index, Location value)
public ListLocationsResponse.Builder addLocations(int index, Location value)
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
addLocations(int index, Location.Builder builderForValue)
public ListLocationsResponse.Builder addLocations(int index, Location.Builder builderForValue)
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
addLocationsBuilder()
public Location.Builder addLocationsBuilder()
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
addLocationsBuilder(int index)
public Location.Builder addLocationsBuilder(int index)
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListLocationsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListLocationsResponse build()
buildPartial()
public ListLocationsResponse buildPartial()
clear()
public ListLocationsResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListLocationsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearLocations()
public ListLocationsResponse.Builder clearLocations()
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
clearNextPageToken()
public ListLocationsResponse.Builder clearNextPageToken()
Only return ListLocationsResponse that occur after the page_token. This
value should be populated from the ListLocationsResponse.next_page_token if
that response token was set (which happens when listing more Locations than
fit in a single ListLocationsResponse).
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListLocationsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListLocationsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListLocationsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getLocations(int index)
public Location getLocations(int index)
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
Parameter |
---|
Name | Description |
index | int
|
getLocationsBuilder(int index)
public Location.Builder getLocationsBuilder(int index)
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
Parameter |
---|
Name | Description |
index | int
|
getLocationsBuilderList()
public List<Location.Builder> getLocationsBuilderList()
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
getLocationsCount()
public int getLocationsCount()
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
Returns |
---|
Type | Description |
int | |
getLocationsList()
public List<Location> getLocationsList()
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
getLocationsOrBuilder(int index)
public LocationOrBuilder getLocationsOrBuilder(int index)
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
Parameter |
---|
Name | Description |
index | int
|
getLocationsOrBuilderList()
public List<? extends LocationOrBuilder> getLocationsOrBuilderList()
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
Returns |
---|
Type | Description |
List<? extends com.google.container.v1beta1.LocationOrBuilder> | |
getNextPageToken()
public String getNextPageToken()
Only return ListLocationsResponse that occur after the page_token. This
value should be populated from the ListLocationsResponse.next_page_token if
that response token was set (which happens when listing more Locations than
fit in a single ListLocationsResponse).
string next_page_token = 2;
Returns |
---|
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Only return ListLocationsResponse that occur after the page_token. This
value should be populated from the ListLocationsResponse.next_page_token if
that response token was set (which happens when listing more Locations than
fit in a single ListLocationsResponse).
string next_page_token = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListLocationsResponse other)
public ListLocationsResponse.Builder mergeFrom(ListLocationsResponse other)
public ListLocationsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListLocationsResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListLocationsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeLocations(int index)
public ListLocationsResponse.Builder removeLocations(int index)
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListLocationsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setLocations(int index, Location value)
public ListLocationsResponse.Builder setLocations(int index, Location value)
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
setLocations(int index, Location.Builder builderForValue)
public ListLocationsResponse.Builder setLocations(int index, Location.Builder builderForValue)
A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
setNextPageToken(String value)
public ListLocationsResponse.Builder setNextPageToken(String value)
Only return ListLocationsResponse that occur after the page_token. This
value should be populated from the ListLocationsResponse.next_page_token if
that response token was set (which happens when listing more Locations than
fit in a single ListLocationsResponse).
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListLocationsResponse.Builder setNextPageTokenBytes(ByteString value)
Only return ListLocationsResponse that occur after the page_token. This
value should be populated from the ListLocationsResponse.next_page_token if
that response token was set (which happens when listing more Locations than
fit in a single ListLocationsResponse).
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListLocationsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListLocationsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides