Class PscAutomatedEndpoints.Builder (3.84.0)

public static final class PscAutomatedEndpoints.Builder extends GeneratedMessage.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

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

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.

clearProjectId()

public PscAutomatedEndpoints.Builder clearProjectId()

Corresponding project_id in pscAutomationConfigs

string project_id = 1;

Returns
Type Description
PscAutomatedEndpoints.Builder

This builder for chaining.

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 GeneratedMessage.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

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.