Class AgentGateway.GoogleManaged.Builder (0.50.0)

public static final class AgentGateway.GoogleManaged.Builder extends GeneratedMessage.Builder<AgentGateway.GoogleManaged.Builder> implements AgentGateway.GoogleManagedOrBuilder

Configuration for Google Managed deployment mode. Proxy is orchestrated and managed by GoogleCloud in a tenant project.

Protobuf type google.cloud.networkservices.v1.AgentGateway.GoogleManaged

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AgentGateway.GoogleManaged build()
Returns
Type Description
AgentGateway.GoogleManaged

buildPartial()

public AgentGateway.GoogleManaged buildPartial()
Returns
Type Description
AgentGateway.GoogleManaged

clear()

public AgentGateway.GoogleManaged.Builder clear()
Returns
Type Description
AgentGateway.GoogleManaged.Builder
Overrides

clearGovernedAccessPath()

public AgentGateway.GoogleManaged.Builder clearGovernedAccessPath()

Optional. Operating Mode of Agent Gateway.

.google.cloud.networkservices.v1.AgentGateway.GoogleManaged.GovernedAccessPath governed_access_path = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AgentGateway.GoogleManaged.Builder

This builder for chaining.

getDefaultInstanceForType()

public AgentGateway.GoogleManaged getDefaultInstanceForType()
Returns
Type Description
AgentGateway.GoogleManaged

getDescriptorForType()

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

getGovernedAccessPath()

public AgentGateway.GoogleManaged.GovernedAccessPath getGovernedAccessPath()

Optional. Operating Mode of Agent Gateway.

.google.cloud.networkservices.v1.AgentGateway.GoogleManaged.GovernedAccessPath governed_access_path = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AgentGateway.GoogleManaged.GovernedAccessPath

The governedAccessPath.

getGovernedAccessPathValue()

public int getGovernedAccessPathValue()

Optional. Operating Mode of Agent Gateway.

.google.cloud.networkservices.v1.AgentGateway.GoogleManaged.GovernedAccessPath governed_access_path = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for governedAccessPath.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AgentGateway.GoogleManaged other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setGovernedAccessPath(AgentGateway.GoogleManaged.GovernedAccessPath value)

public AgentGateway.GoogleManaged.Builder setGovernedAccessPath(AgentGateway.GoogleManaged.GovernedAccessPath value)

Optional. Operating Mode of Agent Gateway.

.google.cloud.networkservices.v1.AgentGateway.GoogleManaged.GovernedAccessPath governed_access_path = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value AgentGateway.GoogleManaged.GovernedAccessPath

The governedAccessPath to set.

Returns
Type Description
AgentGateway.GoogleManaged.Builder

This builder for chaining.

setGovernedAccessPathValue(int value)

public AgentGateway.GoogleManaged.Builder setGovernedAccessPathValue(int value)

Optional. Operating Mode of Agent Gateway.

.google.cloud.networkservices.v1.AgentGateway.GoogleManaged.GovernedAccessPath governed_access_path = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The enum numeric value on the wire for governedAccessPath to set.

Returns
Type Description
AgentGateway.GoogleManaged.Builder

This builder for chaining.