Class AgentGateway.SelfManaged (0.50.0)

public static final class AgentGateway.SelfManaged extends GeneratedMessage 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 Fields

RESOURCE_URI_FIELD_NUMBER

public static final int RESOURCE_URI_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AgentGateway.SelfManaged getDefaultInstance()
Returns
Type Description
AgentGateway.SelfManaged

getDescriptor()

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

newBuilder()

public static AgentGateway.SelfManaged.Builder newBuilder()
Returns
Type Description
AgentGateway.SelfManaged.Builder

newBuilder(AgentGateway.SelfManaged prototype)

public static AgentGateway.SelfManaged.Builder newBuilder(AgentGateway.SelfManaged prototype)
Parameter
Name Description
prototype AgentGateway.SelfManaged
Returns
Type Description
AgentGateway.SelfManaged.Builder

parseDelimitedFrom(InputStream input)

public static AgentGateway.SelfManaged parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AgentGateway.SelfManaged
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AgentGateway.SelfManaged parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AgentGateway.SelfManaged
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AgentGateway.SelfManaged parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AgentGateway.SelfManaged
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AgentGateway.SelfManaged parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AgentGateway.SelfManaged
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AgentGateway.SelfManaged parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AgentGateway.SelfManaged
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AgentGateway.SelfManaged parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AgentGateway.SelfManaged
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AgentGateway.SelfManaged parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AgentGateway.SelfManaged
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AgentGateway.SelfManaged parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AgentGateway.SelfManaged
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AgentGateway.SelfManaged parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AgentGateway.SelfManaged
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AgentGateway.SelfManaged parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AgentGateway.SelfManaged
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AgentGateway.SelfManaged parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AgentGateway.SelfManaged
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AgentGateway.SelfManaged parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AgentGateway.SelfManaged
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AgentGateway.SelfManaged> parser()
Returns
Type Description
Parser<SelfManaged>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

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

getParserForType()

public Parser<AgentGateway.SelfManaged> getParserForType()
Returns
Type Description
Parser<SelfManaged>
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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AgentGateway.SelfManaged.Builder newBuilderForType()
Returns
Type Description
AgentGateway.SelfManaged.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected AgentGateway.SelfManaged.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AgentGateway.SelfManaged.Builder
Overrides

toBuilder()

public AgentGateway.SelfManaged.Builder toBuilder()
Returns
Type Description
AgentGateway.SelfManaged.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException