Interface CreateTunnelDestGroupRequestOrBuilder (0.1.0)

public interface CreateTunnelDestGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. Google Cloud Project ID and location. In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Google Cloud Project ID and location. In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getTunnelDestGroup()

public abstract TunnelDestGroup getTunnelDestGroup()

Required. The TunnelDestGroup to create.

.google.cloud.iap.v1.TunnelDestGroup tunnel_dest_group = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TunnelDestGroup

The tunnelDestGroup.

getTunnelDestGroupId()

public abstract String getTunnelDestGroupId()

Required. The ID to use for the TunnelDestGroup, which becomes the final component of the resource name.

This value must be 4-63 characters, and valid characters are [a-z]-.

string tunnel_dest_group_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The tunnelDestGroupId.

getTunnelDestGroupIdBytes()

public abstract ByteString getTunnelDestGroupIdBytes()

Required. The ID to use for the TunnelDestGroup, which becomes the final component of the resource name.

This value must be 4-63 characters, and valid characters are [a-z]-.

string tunnel_dest_group_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for tunnelDestGroupId.

getTunnelDestGroupOrBuilder()

public abstract TunnelDestGroupOrBuilder getTunnelDestGroupOrBuilder()

Required. The TunnelDestGroup to create.

.google.cloud.iap.v1.TunnelDestGroup tunnel_dest_group = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TunnelDestGroupOrBuilder

hasTunnelDestGroup()

public abstract boolean hasTunnelDestGroup()

Required. The TunnelDestGroup to create.

.google.cloud.iap.v1.TunnelDestGroup tunnel_dest_group = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the tunnelDestGroup field is set.