Interface InterceptDeploymentGroupOrBuilder (0.94.0)

public interface InterceptDeploymentGroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Optional. Labels are key/value pairs that help to organize and filter resources.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
boolean

getConnectedEndpointGroups(int index)

public abstract InterceptDeploymentGroup.ConnectedEndpointGroup getConnectedEndpointGroups(int index)

Output only. The list of endpoint groups that are connected to this resource.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup.ConnectedEndpointGroup connected_endpoint_groups = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
InterceptDeploymentGroup.ConnectedEndpointGroup

getConnectedEndpointGroupsCount()

public abstract int getConnectedEndpointGroupsCount()

Output only. The list of endpoint groups that are connected to this resource.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup.ConnectedEndpointGroup connected_endpoint_groups = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getConnectedEndpointGroupsList()

public abstract List<InterceptDeploymentGroup.ConnectedEndpointGroup> getConnectedEndpointGroupsList()

Output only. The list of endpoint groups that are connected to this resource.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup.ConnectedEndpointGroup connected_endpoint_groups = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<ConnectedEndpointGroup>

getConnectedEndpointGroupsOrBuilder(int index)

public abstract InterceptDeploymentGroup.ConnectedEndpointGroupOrBuilder getConnectedEndpointGroupsOrBuilder(int index)

Output only. The list of endpoint groups that are connected to this resource.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup.ConnectedEndpointGroup connected_endpoint_groups = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
InterceptDeploymentGroup.ConnectedEndpointGroupOrBuilder

getConnectedEndpointGroupsOrBuilderList()

public abstract List<? extends InterceptDeploymentGroup.ConnectedEndpointGroupOrBuilder> getConnectedEndpointGroupsOrBuilderList()

Output only. The list of endpoint groups that are connected to this resource.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup.ConnectedEndpointGroup connected_endpoint_groups = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.networksecurity.v1.InterceptDeploymentGroup.ConnectedEndpointGroupOrBuilder>

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDescription()

public abstract String getDescription()

Optional. User-provided description of the deployment group. Used as additional context for the deployment group.

string description = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. User-provided description of the deployment group. Used as additional context for the deployment group.

string description = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for description.

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Optional. Labels are key/value pairs that help to organize and filter resources.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Optional. Labels are key/value pairs that help to organize and filter resources.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

Optional. Labels are key/value pairs that help to organize and filter resources.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Optional. Labels are key/value pairs that help to organize and filter resources.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
String

getLocations(int index)

public abstract InterceptLocation getLocations(int index)

Output only. The list of locations where the deployment group is present.

repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
InterceptLocation

getLocationsCount()

public abstract int getLocationsCount()

Output only. The list of locations where the deployment group is present.

repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getLocationsList()

public abstract List<InterceptLocation> getLocationsList()

Output only. The list of locations where the deployment group is present.

repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<InterceptLocation>

getLocationsOrBuilder(int index)

public abstract InterceptLocationOrBuilder getLocationsOrBuilder(int index)

Output only. The list of locations where the deployment group is present.

repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
InterceptLocationOrBuilder

getLocationsOrBuilderList()

public abstract List<? extends InterceptLocationOrBuilder> getLocationsOrBuilderList()

Output only. The list of locations where the deployment group is present.

repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.networksecurity.v1.InterceptLocationOrBuilder>

getName()

public abstract String getName()

Immutable. Identifier. The resource name of this deployment group, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. See https://google.aip.dev/122 for more details.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Immutable. Identifier. The resource name of this deployment group, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. See https://google.aip.dev/122 for more details.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for name.

getNestedDeployments(int index) (deprecated)

public abstract InterceptDeploymentGroup.Deployment getNestedDeployments(int index)

Output only. The list of Intercept Deployments that belong to this group.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup.Deployment nested_deployments = 10 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
InterceptDeploymentGroup.Deployment

getNestedDeploymentsCount() (deprecated)

public abstract int getNestedDeploymentsCount()

Output only. The list of Intercept Deployments that belong to this group.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup.Deployment nested_deployments = 10 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getNestedDeploymentsList() (deprecated)

public abstract List<InterceptDeploymentGroup.Deployment> getNestedDeploymentsList()

Output only. The list of Intercept Deployments that belong to this group.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup.Deployment nested_deployments = 10 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Deployment>

getNestedDeploymentsOrBuilder(int index) (deprecated)

public abstract InterceptDeploymentGroup.DeploymentOrBuilder getNestedDeploymentsOrBuilder(int index)

Output only. The list of Intercept Deployments that belong to this group.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup.Deployment nested_deployments = 10 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
InterceptDeploymentGroup.DeploymentOrBuilder

getNestedDeploymentsOrBuilderList() (deprecated)

public abstract List<? extends InterceptDeploymentGroup.DeploymentOrBuilder> getNestedDeploymentsOrBuilderList()

Output only. The list of Intercept Deployments that belong to this group.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup.Deployment nested_deployments = 10 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.networksecurity.v1.InterceptDeploymentGroup.DeploymentOrBuilder>

getNetwork()

public abstract String getNetwork()

Required. Immutable. The network that will be used for all child deployments, for example: projects/{project}/global/networks/{network}. See https://google.aip.dev/124.

string network = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The network.

getNetworkBytes()

public abstract ByteString getNetworkBytes()

Required. Immutable. The network that will be used for all child deployments, for example: projects/{project}/global/networks/{network}. See https://google.aip.dev/124.

string network = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for network.

getReconciling()

public abstract boolean getReconciling()

Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This is part of the normal operation (e.g. adding a new deployment to the group) See https://google.aip.dev/128.

bool reconciling = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The reconciling.

getState()

public abstract InterceptDeploymentGroup.State getState()

Output only. The current state of the deployment group. See https://google.aip.dev/216.

.google.cloud.networksecurity.v1.InterceptDeploymentGroup.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
InterceptDeploymentGroup.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The current state of the deployment group. See https://google.aip.dev/216.

.google.cloud.networksecurity.v1.InterceptDeploymentGroup.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.