public static final class ListSupportedDatabaseFlagsResponse.Builder extends GeneratedMessage.Builder<ListSupportedDatabaseFlagsResponse.Builder> implements ListSupportedDatabaseFlagsResponseOrBuilderMessage for response to listing SupportedDatabaseFlags.
Protobuf type google.cloud.alloydb.v1alpha.ListSupportedDatabaseFlagsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListSupportedDatabaseFlagsResponse.BuilderImplements
ListSupportedDatabaseFlagsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllSupportedDatabaseFlags(Iterable<? extends SupportedDatabaseFlag> values)
public ListSupportedDatabaseFlagsResponse.Builder addAllSupportedDatabaseFlags(Iterable<? extends SupportedDatabaseFlag> values)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.alloydb.v1alpha.SupportedDatabaseFlag> |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|
addSupportedDatabaseFlags(SupportedDatabaseFlag value)
public ListSupportedDatabaseFlagsResponse.Builder addSupportedDatabaseFlags(SupportedDatabaseFlag value)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
SupportedDatabaseFlag |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|
addSupportedDatabaseFlags(SupportedDatabaseFlag.Builder builderForValue)
public ListSupportedDatabaseFlagsResponse.Builder addSupportedDatabaseFlags(SupportedDatabaseFlag.Builder builderForValue)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SupportedDatabaseFlag.Builder |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|
addSupportedDatabaseFlags(int index, SupportedDatabaseFlag value)
public ListSupportedDatabaseFlagsResponse.Builder addSupportedDatabaseFlags(int index, SupportedDatabaseFlag value)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
SupportedDatabaseFlag |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|
addSupportedDatabaseFlags(int index, SupportedDatabaseFlag.Builder builderForValue)
public ListSupportedDatabaseFlagsResponse.Builder addSupportedDatabaseFlags(int index, SupportedDatabaseFlag.Builder builderForValue)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
SupportedDatabaseFlag.Builder |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|
addSupportedDatabaseFlagsBuilder()
public SupportedDatabaseFlag.Builder addSupportedDatabaseFlagsBuilder()The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Returns | |
|---|---|
| Type | Description |
SupportedDatabaseFlag.Builder |
|
addSupportedDatabaseFlagsBuilder(int index)
public SupportedDatabaseFlag.Builder addSupportedDatabaseFlagsBuilder(int index)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SupportedDatabaseFlag.Builder |
|
build()
public ListSupportedDatabaseFlagsResponse build()| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse |
|
buildPartial()
public ListSupportedDatabaseFlagsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse |
|
clear()
public ListSupportedDatabaseFlagsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|
clearNextPageToken()
public ListSupportedDatabaseFlagsResponse.Builder clearNextPageToken()A token identifying a page of results the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
This builder for chaining. |
clearSupportedDatabaseFlags()
public ListSupportedDatabaseFlagsResponse.Builder clearSupportedDatabaseFlags()The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|
getDefaultInstanceForType()
public ListSupportedDatabaseFlagsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()A token identifying a page of results the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()A token identifying a page of results the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getSupportedDatabaseFlags(int index)
public SupportedDatabaseFlag getSupportedDatabaseFlags(int index)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SupportedDatabaseFlag |
|
getSupportedDatabaseFlagsBuilder(int index)
public SupportedDatabaseFlag.Builder getSupportedDatabaseFlagsBuilder(int index)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SupportedDatabaseFlag.Builder |
|
getSupportedDatabaseFlagsBuilderList()
public List<SupportedDatabaseFlag.Builder> getSupportedDatabaseFlagsBuilderList()The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getSupportedDatabaseFlagsCount()
public int getSupportedDatabaseFlagsCount()The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSupportedDatabaseFlagsList()
public List<SupportedDatabaseFlag> getSupportedDatabaseFlagsList()The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Returns | |
|---|---|
| Type | Description |
List<SupportedDatabaseFlag> |
|
getSupportedDatabaseFlagsOrBuilder(int index)
public SupportedDatabaseFlagOrBuilder getSupportedDatabaseFlagsOrBuilder(int index)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SupportedDatabaseFlagOrBuilder |
|
getSupportedDatabaseFlagsOrBuilderList()
public List<? extends SupportedDatabaseFlagOrBuilder> getSupportedDatabaseFlagsOrBuilderList()The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.alloydb.v1alpha.SupportedDatabaseFlagOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListSupportedDatabaseFlagsResponse other)
public ListSupportedDatabaseFlagsResponse.Builder mergeFrom(ListSupportedDatabaseFlagsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSupportedDatabaseFlagsResponse |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListSupportedDatabaseFlagsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListSupportedDatabaseFlagsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|
removeSupportedDatabaseFlags(int index)
public ListSupportedDatabaseFlagsResponse.Builder removeSupportedDatabaseFlags(int index)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|
setNextPageToken(String value)
public ListSupportedDatabaseFlagsResponse.Builder setNextPageToken(String value)A token identifying a page of results the server should return.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListSupportedDatabaseFlagsResponse.Builder setNextPageTokenBytes(ByteString value)A token identifying a page of results the server should return.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
This builder for chaining. |
setSupportedDatabaseFlags(int index, SupportedDatabaseFlag value)
public ListSupportedDatabaseFlagsResponse.Builder setSupportedDatabaseFlags(int index, SupportedDatabaseFlag value)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
SupportedDatabaseFlag |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|
setSupportedDatabaseFlags(int index, SupportedDatabaseFlag.Builder builderForValue)
public ListSupportedDatabaseFlagsResponse.Builder setSupportedDatabaseFlags(int index, SupportedDatabaseFlag.Builder builderForValue)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
SupportedDatabaseFlag.Builder |
| Returns | |
|---|---|
| Type | Description |
ListSupportedDatabaseFlagsResponse.Builder |
|