Class AgentGateway.GoogleManaged (0.50.0)

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

GOVERNED_ACCESS_PATH_FIELD_NUMBER

public static final int GOVERNED_ACCESS_PATH_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

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

getDescriptor()

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

newBuilder()

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

newBuilder(AgentGateway.GoogleManaged prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

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

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.

getParserForType()

public Parser<AgentGateway.GoogleManaged> getParserForType()
Returns
Type Description
Parser<GoogleManaged>
Overrides

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.GoogleManaged.Builder newBuilderForType()
Returns
Type Description
AgentGateway.GoogleManaged.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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