Interface SACRealmOrBuilder (0.96.0)

public interface SACRealmOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Optional. Optional list of labels applied to the resource.

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

Parameter
Name Description
key String
Returns
Type Description
boolean

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. Timestamp when the realm was created.

.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. Timestamp when the realm was created.

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

Returns
Type Description
TimestampOrBuilder

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Optional. Optional list of labels applied to the resource.

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

Returns
Type Description
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Optional. Optional list of labels applied to the resource.

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. Optional list of labels applied to the resource.

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. Optional list of labels applied to the resource.

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

Parameter
Name Description
key String
Returns
Type Description
String

getName()

public abstract String getName()

Identifier. Resource name, in the form projects/{project}/locations/global/sacRealms/{sacRealm}.

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. Resource name, in the form projects/{project}/locations/global/sacRealms/{sacRealm}.

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

Returns
Type Description
ByteString

The bytes for name.

getPairingKey()

public abstract SACRealm.PairingKey getPairingKey()

Output only. Key to be shared with SSE service provider during pairing.

.google.cloud.networksecurity.v1.SACRealm.PairingKey pairing_key = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SACRealm.PairingKey

The pairingKey.

getPairingKeyOrBuilder()

public abstract SACRealm.PairingKeyOrBuilder getPairingKeyOrBuilder()

Output only. Key to be shared with SSE service provider during pairing.

.google.cloud.networksecurity.v1.SACRealm.PairingKey pairing_key = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SACRealm.PairingKeyOrBuilder

getSecurityService()

public abstract SACRealm.SecurityService getSecurityService()

Immutable. SSE service provider associated with the realm.

.google.cloud.networksecurity.v1.SACRealm.SecurityService security_service = 5 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
SACRealm.SecurityService

The securityService.

getSecurityServiceValue()

public abstract int getSecurityServiceValue()

Immutable. SSE service provider associated with the realm.

.google.cloud.networksecurity.v1.SACRealm.SecurityService security_service = 5 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
int

The enum numeric value on the wire for securityService.

getState()

public abstract SACRealm.State getState()

Output only. State of the realm.

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

Returns
Type Description
SACRealm.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. State of the realm.

.google.cloud.networksecurity.v1.SACRealm.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. Timestamp when the realm was last updated.

.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. Timestamp when the realm was last updated.

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

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. Timestamp when the realm was created.

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

Returns
Type Description
boolean

Whether the createTime field is set.

hasPairingKey()

public abstract boolean hasPairingKey()

Output only. Key to be shared with SSE service provider during pairing.

.google.cloud.networksecurity.v1.SACRealm.PairingKey pairing_key = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the pairingKey field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. Timestamp when the realm was last updated.

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

Returns
Type Description
boolean

Whether the updateTime field is set.