public interface ListMulticloudDataTransferSupportedServicesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMulticloudDataTransferSupportedServices(int index)
public abstract MulticloudDataTransferSupportedService getMulticloudDataTransferSupportedServices(int index)The list of supported services.
repeated .google.cloud.networkconnectivity.v1.MulticloudDataTransferSupportedService multicloud_data_transfer_supported_services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MulticloudDataTransferSupportedService |
|
getMulticloudDataTransferSupportedServicesCount()
public abstract int getMulticloudDataTransferSupportedServicesCount()The list of supported services.
repeated .google.cloud.networkconnectivity.v1.MulticloudDataTransferSupportedService multicloud_data_transfer_supported_services = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMulticloudDataTransferSupportedServicesList()
public abstract List<MulticloudDataTransferSupportedService> getMulticloudDataTransferSupportedServicesList()The list of supported services.
repeated .google.cloud.networkconnectivity.v1.MulticloudDataTransferSupportedService multicloud_data_transfer_supported_services = 1;
| Returns | |
|---|---|
| Type | Description |
List<MulticloudDataTransferSupportedService> |
|
getMulticloudDataTransferSupportedServicesOrBuilder(int index)
public abstract MulticloudDataTransferSupportedServiceOrBuilder getMulticloudDataTransferSupportedServicesOrBuilder(int index)The list of supported services.
repeated .google.cloud.networkconnectivity.v1.MulticloudDataTransferSupportedService multicloud_data_transfer_supported_services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MulticloudDataTransferSupportedServiceOrBuilder |
|
getMulticloudDataTransferSupportedServicesOrBuilderList()
public abstract List<? extends MulticloudDataTransferSupportedServiceOrBuilder> getMulticloudDataTransferSupportedServicesOrBuilderList()The list of supported services.
repeated .google.cloud.networkconnectivity.v1.MulticloudDataTransferSupportedService multicloud_data_transfer_supported_services = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.networkconnectivity.v1.MulticloudDataTransferSupportedServiceOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()The next page token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The next page token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |