Class AgentGateway.AgentGatewayOutputCard (0.50.0)

public static final class AgentGateway.AgentGatewayOutputCard extends GeneratedMessage implements AgentGateway.AgentGatewayOutputCardOrBuilder

AgentGatewayOutputCard contains informational output-only fields

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AgentGateway.AgentGatewayOutputCard

Static Fields

MTLS_ENDPOINT_FIELD_NUMBER

public static final int MTLS_ENDPOINT_FIELD_NUMBER
Field Value
Type Description
int

ROOT_CERTIFICATES_FIELD_NUMBER

public static final int ROOT_CERTIFICATES_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_EXTENSIONS_SERVICE_ACCOUNT_FIELD_NUMBER

public static final int SERVICE_EXTENSIONS_SERVICE_ACCOUNT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

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

getDescriptor()

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

newBuilder()

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

newBuilder(AgentGateway.AgentGatewayOutputCard prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

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

getMtlsEndpoint()

public String getMtlsEndpoint()

Output only. mTLS Endpoint associated with this AgentGateway

string mtls_endpoint = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The mtlsEndpoint.

getMtlsEndpointBytes()

public ByteString getMtlsEndpointBytes()

Output only. mTLS Endpoint associated with this AgentGateway

string mtls_endpoint = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for mtlsEndpoint.

getParserForType()

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

getRootCertificates(int index)

public String getRootCertificates(int index)

Output only. Root Certificates for Agents to validate this AgentGateway

repeated string root_certificates = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The rootCertificates at the given index.

getRootCertificatesBytes(int index)

public ByteString getRootCertificatesBytes(int index)

Output only. Root Certificates for Agents to validate this AgentGateway

repeated string root_certificates = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the rootCertificates at the given index.

getRootCertificatesCount()

public int getRootCertificatesCount()

Output only. Root Certificates for Agents to validate this AgentGateway

repeated string root_certificates = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of rootCertificates.

getRootCertificatesList()

public ProtocolStringList getRootCertificatesList()

Output only. Root Certificates for Agents to validate this AgentGateway

repeated string root_certificates = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the rootCertificates.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getServiceExtensionsServiceAccount()

public String getServiceExtensionsServiceAccount()

Output only. Service Account used by Service Extensions to operate.

string service_extensions_service_account = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The serviceExtensionsServiceAccount.

getServiceExtensionsServiceAccountBytes()

public ByteString getServiceExtensionsServiceAccountBytes()

Output only. Service Account used by Service Extensions to operate.

string service_extensions_service_account = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for serviceExtensionsServiceAccount.

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

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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