public static final class MulticloudDataTransferSupportedService.Builder extends GeneratedMessageV3.Builder<MulticloudDataTransferSupportedService.Builder> implements MulticloudDataTransferSupportedServiceOrBuilder
A service in your project in a region that is eligible for Data Transfer
Essentials configuration.
Protobuf type
google.cloud.networkconnectivity.v1.MulticloudDataTransferSupportedService
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllServiceConfigs(Iterable<? extends ServiceConfig> values)
public MulticloudDataTransferSupportedService.Builder addAllServiceConfigs(Iterable<? extends ServiceConfig> values)
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 |
values |
Iterable<? extends com.google.cloud.networkconnectivity.v1.ServiceConfig>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MulticloudDataTransferSupportedService.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addServiceConfigs(ServiceConfig value)
public MulticloudDataTransferSupportedService.Builder addServiceConfigs(ServiceConfig value)
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];
addServiceConfigs(ServiceConfig.Builder builderForValue)
public MulticloudDataTransferSupportedService.Builder addServiceConfigs(ServiceConfig.Builder builderForValue)
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];
addServiceConfigs(int index, ServiceConfig value)
public MulticloudDataTransferSupportedService.Builder addServiceConfigs(int index, ServiceConfig value)
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];
addServiceConfigs(int index, ServiceConfig.Builder builderForValue)
public MulticloudDataTransferSupportedService.Builder addServiceConfigs(int index, ServiceConfig.Builder builderForValue)
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];
addServiceConfigsBuilder()
public ServiceConfig.Builder addServiceConfigsBuilder()
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];
addServiceConfigsBuilder(int index)
public ServiceConfig.Builder addServiceConfigsBuilder(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
|
build()
public MulticloudDataTransferSupportedService build()
buildPartial()
public MulticloudDataTransferSupportedService buildPartial()
clear()
public MulticloudDataTransferSupportedService.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public MulticloudDataTransferSupportedService.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
public MulticloudDataTransferSupportedService.Builder clearName()
Identifier. The name of the service.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
clearOneof(Descriptors.OneofDescriptor oneof)
public MulticloudDataTransferSupportedService.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearServiceConfigs()
public MulticloudDataTransferSupportedService.Builder clearServiceConfigs()
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];
clone()
public MulticloudDataTransferSupportedService.Builder clone()
Overrides
getDefaultInstanceForType()
public MulticloudDataTransferSupportedService getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getName()
Identifier. The name of the service.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public 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 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
|
getServiceConfigsBuilder(int index)
public ServiceConfig.Builder getServiceConfigsBuilder(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
|
getServiceConfigsBuilderList()
public List<ServiceConfig.Builder> getServiceConfigsBuilderList()
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];
getServiceConfigsCount()
public 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 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];
getServiceConfigsOrBuilder(int index)
public 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
|
getServiceConfigsOrBuilderList()
public 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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(MulticloudDataTransferSupportedService other)
public MulticloudDataTransferSupportedService.Builder mergeFrom(MulticloudDataTransferSupportedService other)
public MulticloudDataTransferSupportedService.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public MulticloudDataTransferSupportedService.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MulticloudDataTransferSupportedService.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeServiceConfigs(int index)
public MulticloudDataTransferSupportedService.Builder removeServiceConfigs(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
|
setField(Descriptors.FieldDescriptor field, Object value)
public MulticloudDataTransferSupportedService.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setName(String value)
public MulticloudDataTransferSupportedService.Builder setName(String value)
Identifier. The name of the service.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Parameter |
Name |
Description |
value |
String
The name to set.
|
setNameBytes(ByteString value)
public MulticloudDataTransferSupportedService.Builder setNameBytes(ByteString value)
Identifier. The name of the service.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Parameter |
Name |
Description |
value |
ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MulticloudDataTransferSupportedService.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setServiceConfigs(int index, ServiceConfig value)
public MulticloudDataTransferSupportedService.Builder setServiceConfigs(int index, ServiceConfig value)
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];
setServiceConfigs(int index, ServiceConfig.Builder builderForValue)
public MulticloudDataTransferSupportedService.Builder setServiceConfigs(int index, ServiceConfig.Builder builderForValue)
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];
setUnknownFields(UnknownFieldSet unknownFields)
public final MulticloudDataTransferSupportedService.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides