Interface AgentGateway.SelfManagedOrBuilder (0.51.0)

public static interface AgentGateway.SelfManagedOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceUri()

public abstract 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 abstract 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.

getResourceUris(int index)

public abstract String getResourceUris(int index)

Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri.

repeated string resource_uris = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The resourceUris at the given index.

getResourceUrisBytes(int index)

public abstract ByteString getResourceUrisBytes(int index)

Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri.

repeated string resource_uris = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the resourceUris at the given index.

getResourceUrisCount()

public abstract int getResourceUrisCount()

Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri.

repeated string resource_uris = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of resourceUris.

getResourceUrisList()

public abstract List<String> getResourceUrisList()

Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri.

repeated string resource_uris = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the resourceUris.