Class PscAutomatedEndpoints.Builder (3.42.0)

public static final class PscAutomatedEndpoints.Builder extends GeneratedMessageV3.Builder<PscAutomatedEndpoints.Builder> implements PscAutomatedEndpointsOrBuilder

PscAutomatedEndpoints defines the output of the forwarding rule automatically created by each PscAutomationConfig.

Protobuf type google.cloud.aiplatform.v1.PscAutomatedEndpoints

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PscAutomatedEndpoints.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PscAutomatedEndpoints.Builder
Overrides

build()

public PscAutomatedEndpoints build()
Returns
TypeDescription
PscAutomatedEndpoints

buildPartial()

public PscAutomatedEndpoints buildPartial()
Returns
TypeDescription
PscAutomatedEndpoints

clear()

public PscAutomatedEndpoints.Builder clear()
Returns
TypeDescription
PscAutomatedEndpoints.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public PscAutomatedEndpoints.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
PscAutomatedEndpoints.Builder
Overrides

clearMatchAddress()

public PscAutomatedEndpoints.Builder clearMatchAddress()

Ip Address created by the automated forwarding rule.

string match_address = 3;

Returns
TypeDescription
PscAutomatedEndpoints.Builder

This builder for chaining.

clearNetwork()

public PscAutomatedEndpoints.Builder clearNetwork()

Corresponding network in pscAutomationConfigs.

string network = 2;

Returns
TypeDescription
PscAutomatedEndpoints.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public PscAutomatedEndpoints.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
PscAutomatedEndpoints.Builder
Overrides

clearProjectId()

public PscAutomatedEndpoints.Builder clearProjectId()

Corresponding project_id in pscAutomationConfigs

string project_id = 1;

Returns
TypeDescription
PscAutomatedEndpoints.Builder

This builder for chaining.

clone()

public PscAutomatedEndpoints.Builder clone()
Returns
TypeDescription
PscAutomatedEndpoints.Builder
Overrides

getDefaultInstanceForType()

public PscAutomatedEndpoints getDefaultInstanceForType()
Returns
TypeDescription
PscAutomatedEndpoints

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getMatchAddress()

public String getMatchAddress()

Ip Address created by the automated forwarding rule.

string match_address = 3;

Returns
TypeDescription
String

The matchAddress.

getMatchAddressBytes()

public ByteString getMatchAddressBytes()

Ip Address created by the automated forwarding rule.

string match_address = 3;

Returns
TypeDescription
ByteString

The bytes for matchAddress.

getNetwork()

public String getNetwork()

Corresponding network in pscAutomationConfigs.

string network = 2;

Returns
TypeDescription
String

The network.

getNetworkBytes()

public ByteString getNetworkBytes()

Corresponding network in pscAutomationConfigs.

string network = 2;

Returns
TypeDescription
ByteString

The bytes for network.

getProjectId()

public String getProjectId()

Corresponding project_id in pscAutomationConfigs

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

Corresponding project_id in pscAutomationConfigs

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(PscAutomatedEndpoints other)

public PscAutomatedEndpoints.Builder mergeFrom(PscAutomatedEndpoints other)
Parameter
NameDescription
otherPscAutomatedEndpoints
Returns
TypeDescription
PscAutomatedEndpoints.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PscAutomatedEndpoints.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PscAutomatedEndpoints.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public PscAutomatedEndpoints.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
PscAutomatedEndpoints.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PscAutomatedEndpoints.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PscAutomatedEndpoints.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public PscAutomatedEndpoints.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PscAutomatedEndpoints.Builder
Overrides

setMatchAddress(String value)

public PscAutomatedEndpoints.Builder setMatchAddress(String value)

Ip Address created by the automated forwarding rule.

string match_address = 3;

Parameter
NameDescription
valueString

The matchAddress to set.

Returns
TypeDescription
PscAutomatedEndpoints.Builder

This builder for chaining.

setMatchAddressBytes(ByteString value)

public PscAutomatedEndpoints.Builder setMatchAddressBytes(ByteString value)

Ip Address created by the automated forwarding rule.

string match_address = 3;

Parameter
NameDescription
valueByteString

The bytes for matchAddress to set.

Returns
TypeDescription
PscAutomatedEndpoints.Builder

This builder for chaining.

setNetwork(String value)

public PscAutomatedEndpoints.Builder setNetwork(String value)

Corresponding network in pscAutomationConfigs.

string network = 2;

Parameter
NameDescription
valueString

The network to set.

Returns
TypeDescription
PscAutomatedEndpoints.Builder

This builder for chaining.

setNetworkBytes(ByteString value)

public PscAutomatedEndpoints.Builder setNetworkBytes(ByteString value)

Corresponding network in pscAutomationConfigs.

string network = 2;

Parameter
NameDescription
valueByteString

The bytes for network to set.

Returns
TypeDescription
PscAutomatedEndpoints.Builder

This builder for chaining.

setProjectId(String value)

public PscAutomatedEndpoints.Builder setProjectId(String value)

Corresponding project_id in pscAutomationConfigs

string project_id = 1;

Parameter
NameDescription
valueString

The projectId to set.

Returns
TypeDescription
PscAutomatedEndpoints.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public PscAutomatedEndpoints.Builder setProjectIdBytes(ByteString value)

Corresponding project_id in pscAutomationConfigs

string project_id = 1;

Parameter
NameDescription
valueByteString

The bytes for projectId to set.

Returns
TypeDescription
PscAutomatedEndpoints.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public PscAutomatedEndpoints.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
PscAutomatedEndpoints.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PscAutomatedEndpoints.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PscAutomatedEndpoints.Builder
Overrides