Class PscAutomatedEndpoints.Builder (3.44.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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PscAutomatedEndpoints.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PscAutomatedEndpoints.Builder
Overrides

build()

public PscAutomatedEndpoints build()
Returns
Type Description
PscAutomatedEndpoints

buildPartial()

public PscAutomatedEndpoints buildPartial()
Returns
Type Description
PscAutomatedEndpoints

clear()

public PscAutomatedEndpoints.Builder clear()
Returns
Type Description
PscAutomatedEndpoints.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public PscAutomatedEndpoints.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
PscAutomatedEndpoints.Builder
Overrides

clearMatchAddress()

public PscAutomatedEndpoints.Builder clearMatchAddress()

Ip Address created by the automated forwarding rule.

string match_address = 3;

Returns
Type Description
PscAutomatedEndpoints.Builder

This builder for chaining.

clearNetwork()

public PscAutomatedEndpoints.Builder clearNetwork()

Corresponding network in pscAutomationConfigs.

string network = 2;

Returns
Type Description
PscAutomatedEndpoints.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public PscAutomatedEndpoints.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
PscAutomatedEndpoints.Builder
Overrides

clearProjectId()

public PscAutomatedEndpoints.Builder clearProjectId()

Corresponding project_id in pscAutomationConfigs

string project_id = 1;

Returns
Type Description
PscAutomatedEndpoints.Builder

This builder for chaining.

clone()

public PscAutomatedEndpoints.Builder clone()
Returns
Type Description
PscAutomatedEndpoints.Builder
Overrides

getDefaultInstanceForType()

public PscAutomatedEndpoints getDefaultInstanceForType()
Returns
Type Description
PscAutomatedEndpoints

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMatchAddress()

public String getMatchAddress()

Ip Address created by the automated forwarding rule.

string match_address = 3;

Returns
Type Description
String

The matchAddress.

getMatchAddressBytes()

public ByteString getMatchAddressBytes()

Ip Address created by the automated forwarding rule.

string match_address = 3;

Returns
Type Description
ByteString

The bytes for matchAddress.

getNetwork()

public String getNetwork()

Corresponding network in pscAutomationConfigs.

string network = 2;

Returns
Type Description
String

The network.

getNetworkBytes()

public ByteString getNetworkBytes()

Corresponding network in pscAutomationConfigs.

string network = 2;

Returns
Type Description
ByteString

The bytes for network.

getProjectId()

public String getProjectId()

Corresponding project_id in pscAutomationConfigs

string project_id = 1;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

Corresponding project_id in pscAutomationConfigs

string project_id = 1;

Returns
Type Description
ByteString

The bytes for projectId.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PscAutomatedEndpoints other)

public PscAutomatedEndpoints.Builder mergeFrom(PscAutomatedEndpoints other)
Parameter
Name Description
other PscAutomatedEndpoints
Returns
Type Description
PscAutomatedEndpoints.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PscAutomatedEndpoints.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PscAutomatedEndpoints.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PscAutomatedEndpoints.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PscAutomatedEndpoints.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PscAutomatedEndpoints.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PscAutomatedEndpoints.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public PscAutomatedEndpoints.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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
Name Description
value String

The matchAddress to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for matchAddress to set.

Returns
Type Description
PscAutomatedEndpoints.Builder

This builder for chaining.

setNetwork(String value)

public PscAutomatedEndpoints.Builder setNetwork(String value)

Corresponding network in pscAutomationConfigs.

string network = 2;

Parameter
Name Description
value String

The network to set.

Returns
Type Description
PscAutomatedEndpoints.Builder

This builder for chaining.

setNetworkBytes(ByteString value)

public PscAutomatedEndpoints.Builder setNetworkBytes(ByteString value)

Corresponding network in pscAutomationConfigs.

string network = 2;

Parameter
Name Description
value ByteString

The bytes for network to set.

Returns
Type Description
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
Name Description
value String

The projectId to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for projectId to set.

Returns
Type Description
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
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
PscAutomatedEndpoints.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PscAutomatedEndpoints.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PscAutomatedEndpoints.Builder
Overrides