public static final class Pool.NetworkConfig.Builder extends GeneratedMessageV3.Builder<Pool.NetworkConfig.Builder> implements Pool.NetworkConfigOrBuilder
Defines the network configuration for the pool.
Protobuf type google.cloud.video.livestream.v1.Pool.NetworkConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Pool.NetworkConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Pool.NetworkConfig build()
buildPartial()
public Pool.NetworkConfig buildPartial()
clear()
public Pool.NetworkConfig.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Pool.NetworkConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Pool.NetworkConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPeeredNetwork()
public Pool.NetworkConfig.Builder clearPeeredNetwork()
peered_network is the network resource URL of the network that is peered
to the service provider network. Must be of the format
projects/NETWORK_PROJECT_NUMBER/global/networks/NETWORK_NAME, where
NETWORK_PROJECT_NUMBER is the project number of the Cloud project that
holds your VPC network and NETWORK_NAME is the name of your VPC network.
If peered_network is omitted or empty, the pool will use endpoints that
are publicly available.
string peered_network = 1 [(.google.api.resource_reference) = { ... }
clone()
public Pool.NetworkConfig.Builder clone()
Overrides
getDefaultInstanceForType()
public Pool.NetworkConfig getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getPeeredNetwork()
public String getPeeredNetwork()
peered_network is the network resource URL of the network that is peered
to the service provider network. Must be of the format
projects/NETWORK_PROJECT_NUMBER/global/networks/NETWORK_NAME, where
NETWORK_PROJECT_NUMBER is the project number of the Cloud project that
holds your VPC network and NETWORK_NAME is the name of your VPC network.
If peered_network is omitted or empty, the pool will use endpoints that
are publicly available.
string peered_network = 1 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The peeredNetwork.
|
getPeeredNetworkBytes()
public ByteString getPeeredNetworkBytes()
peered_network is the network resource URL of the network that is peered
to the service provider network. Must be of the format
projects/NETWORK_PROJECT_NUMBER/global/networks/NETWORK_NAME, where
NETWORK_PROJECT_NUMBER is the project number of the Cloud project that
holds your VPC network and NETWORK_NAME is the name of your VPC network.
If peered_network is omitted or empty, the pool will use endpoints that
are publicly available.
string peered_network = 1 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for peeredNetwork.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Pool.NetworkConfig other)
public Pool.NetworkConfig.Builder mergeFrom(Pool.NetworkConfig other)
public Pool.NetworkConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Pool.NetworkConfig.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Pool.NetworkConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Pool.NetworkConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPeeredNetwork(String value)
public Pool.NetworkConfig.Builder setPeeredNetwork(String value)
peered_network is the network resource URL of the network that is peered
to the service provider network. Must be of the format
projects/NETWORK_PROJECT_NUMBER/global/networks/NETWORK_NAME, where
NETWORK_PROJECT_NUMBER is the project number of the Cloud project that
holds your VPC network and NETWORK_NAME is the name of your VPC network.
If peered_network is omitted or empty, the pool will use endpoints that
are publicly available.
string peered_network = 1 [(.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The peeredNetwork to set.
|
setPeeredNetworkBytes(ByteString value)
public Pool.NetworkConfig.Builder setPeeredNetworkBytes(ByteString value)
peered_network is the network resource URL of the network that is peered
to the service provider network. Must be of the format
projects/NETWORK_PROJECT_NUMBER/global/networks/NETWORK_NAME, where
NETWORK_PROJECT_NUMBER is the project number of the Cloud project that
holds your VPC network and NETWORK_NAME is the name of your VPC network.
If peered_network is omitted or empty, the pool will use endpoints that
are publicly available.
string peered_network = 1 [(.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for peeredNetwork to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Pool.NetworkConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Pool.NetworkConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides