Class ListLicenseConfigsResponse.Builder (0.90.0)

public static final class ListLicenseConfigsResponse.Builder extends GeneratedMessage.Builder<ListLicenseConfigsResponse.Builder> implements ListLicenseConfigsResponseOrBuilder

Response message for LicenseConfigService.ListLicenseConfigs method.

Protobuf type google.cloud.discoveryengine.v1beta.ListLicenseConfigsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllLicenseConfigs(Iterable<? extends LicenseConfig> values)

public ListLicenseConfigsResponse.Builder addAllLicenseConfigs(Iterable<? extends LicenseConfig> values)

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.discoveryengine.v1beta.LicenseConfig>
Returns
Type Description
ListLicenseConfigsResponse.Builder

addLicenseConfigs(LicenseConfig value)

public ListLicenseConfigsResponse.Builder addLicenseConfigs(LicenseConfig value)

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Parameter
Name Description
value LicenseConfig
Returns
Type Description
ListLicenseConfigsResponse.Builder

addLicenseConfigs(LicenseConfig.Builder builderForValue)

public ListLicenseConfigsResponse.Builder addLicenseConfigs(LicenseConfig.Builder builderForValue)

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Parameter
Name Description
builderForValue LicenseConfig.Builder
Returns
Type Description
ListLicenseConfigsResponse.Builder

addLicenseConfigs(int index, LicenseConfig value)

public ListLicenseConfigsResponse.Builder addLicenseConfigs(int index, LicenseConfig value)

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Parameters
Name Description
index int
value LicenseConfig
Returns
Type Description
ListLicenseConfigsResponse.Builder

addLicenseConfigs(int index, LicenseConfig.Builder builderForValue)

public ListLicenseConfigsResponse.Builder addLicenseConfigs(int index, LicenseConfig.Builder builderForValue)

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Parameters
Name Description
index int
builderForValue LicenseConfig.Builder
Returns
Type Description
ListLicenseConfigsResponse.Builder

addLicenseConfigsBuilder()

public LicenseConfig.Builder addLicenseConfigsBuilder()

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Returns
Type Description
LicenseConfig.Builder

addLicenseConfigsBuilder(int index)

public LicenseConfig.Builder addLicenseConfigsBuilder(int index)

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
LicenseConfig.Builder

build()

public ListLicenseConfigsResponse build()
Returns
Type Description
ListLicenseConfigsResponse

buildPartial()

public ListLicenseConfigsResponse buildPartial()
Returns
Type Description
ListLicenseConfigsResponse

clear()

public ListLicenseConfigsResponse.Builder clear()
Returns
Type Description
ListLicenseConfigsResponse.Builder
Overrides

clearLicenseConfigs()

public ListLicenseConfigsResponse.Builder clearLicenseConfigs()

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Returns
Type Description
ListLicenseConfigsResponse.Builder

clearNextPageToken()

public ListLicenseConfigsResponse.Builder clearNextPageToken()

Not supported.

string next_page_token = 2;

Returns
Type Description
ListLicenseConfigsResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListLicenseConfigsResponse getDefaultInstanceForType()
Returns
Type Description
ListLicenseConfigsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLicenseConfigs(int index)

public LicenseConfig getLicenseConfigs(int index)

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
LicenseConfig

getLicenseConfigsBuilder(int index)

public LicenseConfig.Builder getLicenseConfigsBuilder(int index)

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
LicenseConfig.Builder

getLicenseConfigsBuilderList()

public List<LicenseConfig.Builder> getLicenseConfigsBuilderList()

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Returns
Type Description
List<Builder>

getLicenseConfigsCount()

public int getLicenseConfigsCount()

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Returns
Type Description
int

getLicenseConfigsList()

public List<LicenseConfig> getLicenseConfigsList()

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Returns
Type Description
List<LicenseConfig>

getLicenseConfigsOrBuilder(int index)

public LicenseConfigOrBuilder getLicenseConfigsOrBuilder(int index)

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
LicenseConfigOrBuilder

getLicenseConfigsOrBuilderList()

public List<? extends LicenseConfigOrBuilder> getLicenseConfigsOrBuilderList()

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Returns
Type Description
List<? extends com.google.cloud.discoveryengine.v1beta.LicenseConfigOrBuilder>

getNextPageToken()

public String getNextPageToken()

Not supported.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Not supported.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListLicenseConfigsResponse other)

public ListLicenseConfigsResponse.Builder mergeFrom(ListLicenseConfigsResponse other)
Parameter
Name Description
other ListLicenseConfigsResponse
Returns
Type Description
ListLicenseConfigsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListLicenseConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListLicenseConfigsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListLicenseConfigsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListLicenseConfigsResponse.Builder
Overrides

removeLicenseConfigs(int index)

public ListLicenseConfigsResponse.Builder removeLicenseConfigs(int index)

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
ListLicenseConfigsResponse.Builder

setLicenseConfigs(int index, LicenseConfig value)

public ListLicenseConfigsResponse.Builder setLicenseConfigs(int index, LicenseConfig value)

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Parameters
Name Description
index int
value LicenseConfig
Returns
Type Description
ListLicenseConfigsResponse.Builder

setLicenseConfigs(int index, LicenseConfig.Builder builderForValue)

public ListLicenseConfigsResponse.Builder setLicenseConfigs(int index, LicenseConfig.Builder builderForValue)

All the customer's LicenseConfigs.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;

Parameters
Name Description
index int
builderForValue LicenseConfig.Builder
Returns
Type Description
ListLicenseConfigsResponse.Builder

setNextPageToken(String value)

public ListLicenseConfigsResponse.Builder setNextPageToken(String value)

Not supported.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListLicenseConfigsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListLicenseConfigsResponse.Builder setNextPageTokenBytes(ByteString value)

Not supported.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListLicenseConfigsResponse.Builder

This builder for chaining.