Class AgentGateway.SelfManaged.Builder (0.50.0)

public static final class AgentGateway.SelfManaged.Builder extends GeneratedMessage.Builder<AgentGateway.SelfManaged.Builder> implements AgentGateway.SelfManagedOrBuilder

Configuration for Self Managed deployment mode. Attach to existing Application Load Balancers or Secure Web Proxies.

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

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

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

clearResourceUri()

public AgentGateway.SelfManaged.Builder clearResourceUri()

Optional. A supported Google Cloud networking proxy in the Project and Location

string resource_uri = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
AgentGateway.SelfManaged.Builder

This builder for chaining.

getDefaultInstanceForType()

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

getDescriptorForType()

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

getResourceUri()

public String getResourceUri()

Optional. A supported Google Cloud networking proxy in the Project and Location

string resource_uri = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The resourceUri.

getResourceUriBytes()

public ByteString getResourceUriBytes()

Optional. A supported Google Cloud networking proxy in the Project and Location

string resource_uri = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for resourceUri.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AgentGateway.SelfManaged other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setResourceUri(String value)

public AgentGateway.SelfManaged.Builder setResourceUri(String value)

Optional. A supported Google Cloud networking proxy in the Project and Location

string resource_uri = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The resourceUri to set.

Returns
Type Description
AgentGateway.SelfManaged.Builder

This builder for chaining.

setResourceUriBytes(ByteString value)

public AgentGateway.SelfManaged.Builder setResourceUriBytes(ByteString value)

Optional. A supported Google Cloud networking proxy in the Project and Location

string resource_uri = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for resourceUri to set.

Returns
Type Description
AgentGateway.SelfManaged.Builder

This builder for chaining.