public interface ListLicenseConfigsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLicenseConfigs(int index)
public abstract 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 |
|
getLicenseConfigsCount()
public abstract int getLicenseConfigsCount()All the customer's LicenseConfigs.
repeated .google.cloud.discoveryengine.v1beta.LicenseConfig license_configs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLicenseConfigsList()
public abstract 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 abstract 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 abstract 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 abstract String getNextPageToken()Not supported.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Not supported.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |