public static final class AgentGateway.SelfManaged.Builder extends GeneratedMessage.Builder<AgentGateway.SelfManaged.Builder> implements AgentGateway.SelfManagedOrBuilderConfiguration for Self Managed deployment mode. Attach to existing Application Load Balancers or Secure Web Proxies.
Protobuf type google.cloud.networkservices.v1.AgentGateway.SelfManaged
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AgentGateway.SelfManaged.BuilderImplements
AgentGateway.SelfManagedOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllResourceUris(Iterable<String> values)
public AgentGateway.SelfManaged.Builder addAllResourceUris(Iterable<String> values)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 |
values |
Iterable<String>The resourceUris to add. |
| Returns | |
|---|---|
| Type | Description |
AgentGateway.SelfManaged.Builder |
This builder for chaining. |
addResourceUris(String value)
public AgentGateway.SelfManaged.Builder addResourceUris(String value)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 |
value |
StringThe resourceUris to add. |
| Returns | |
|---|---|
| Type | Description |
AgentGateway.SelfManaged.Builder |
This builder for chaining. |
addResourceUrisBytes(ByteString value)
public AgentGateway.SelfManaged.Builder addResourceUrisBytes(ByteString value)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 |
value |
ByteStringThe bytes of the resourceUris to add. |
| Returns | |
|---|---|
| Type | Description |
AgentGateway.SelfManaged.Builder |
This builder for chaining. |
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 |
|
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. |
clearResourceUris()
public AgentGateway.SelfManaged.Builder clearResourceUris()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 |
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 |
|
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. |
getResourceUris(int index)
public 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 |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The resourceUris at the given index. |
getResourceUrisBytes(int index)
public 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 |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the resourceUris at the given index. |
getResourceUrisCount()
public 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 ProtocolStringList 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 |
ProtocolStringList |
A list containing the resourceUris. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| 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 |
|
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 |
StringThe 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 |
ByteStringThe bytes for resourceUri to set. |
| Returns | |
|---|---|
| Type | Description |
AgentGateway.SelfManaged.Builder |
This builder for chaining. |
setResourceUris(int index, String value)
public AgentGateway.SelfManaged.Builder setResourceUris(int index, String value)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) = { ... }
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe resourceUris to set. |
| Returns | |
|---|---|
| Type | Description |
AgentGateway.SelfManaged.Builder |
This builder for chaining. |