public interface MulticloudDataTransferSupportedServiceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Identifier. The name of the service.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Identifier. The name of the service.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getServiceConfigs(int index)
public abstract ServiceConfig getServiceConfigs(int index)Output only. The network service tier or regional endpoint supported for the service.
repeated .google.cloud.networkconnectivity.v1.ServiceConfig service_configs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ServiceConfig |
|
getServiceConfigsCount()
public abstract int getServiceConfigsCount()Output only. The network service tier or regional endpoint supported for the service.
repeated .google.cloud.networkconnectivity.v1.ServiceConfig service_configs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getServiceConfigsList()
public abstract List<ServiceConfig> getServiceConfigsList()Output only. The network service tier or regional endpoint supported for the service.
repeated .google.cloud.networkconnectivity.v1.ServiceConfig service_configs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<ServiceConfig> |
|
getServiceConfigsOrBuilder(int index)
public abstract ServiceConfigOrBuilder getServiceConfigsOrBuilder(int index)Output only. The network service tier or regional endpoint supported for the service.
repeated .google.cloud.networkconnectivity.v1.ServiceConfig service_configs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ServiceConfigOrBuilder |
|
getServiceConfigsOrBuilderList()
public abstract List<? extends ServiceConfigOrBuilder> getServiceConfigsOrBuilderList()Output only. The network service tier or regional endpoint supported for the service.
repeated .google.cloud.networkconnectivity.v1.ServiceConfig service_configs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.networkconnectivity.v1.ServiceConfigOrBuilder> |
|