public interface SecuritySettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Output only. Create time of the security settings.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Create time of the security settings.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getEndpointControlPolicy()
public abstract EndpointControlPolicy getEndpointControlPolicy()Optional. Endpoint control related settings.
.google.cloud.ces.v1beta.EndpointControlPolicy endpoint_control_policy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EndpointControlPolicy |
The endpointControlPolicy. |
getEndpointControlPolicyOrBuilder()
public abstract EndpointControlPolicyOrBuilder getEndpointControlPolicyOrBuilder()Optional. Endpoint control related settings.
.google.cloud.ces.v1beta.EndpointControlPolicy endpoint_control_policy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EndpointControlPolicyOrBuilder |
|
getEtag()
public abstract String getEtag()Output only. Etag of the security settings.
string etag = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
public abstract ByteString getEtagBytes()Output only. Etag of the security settings.
string etag = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getName()
public abstract String getName() Identifier. The unique identifier of the security settings.
Format: projects/{project}/locations/{location}/securitySettings
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The unique identifier of the security settings.
Format: projects/{project}/locations/{location}/securitySettings
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. Last update time of the security settings.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Last update time of the security settings.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public abstract boolean hasCreateTime()Output only. Create time of the security settings.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasEndpointControlPolicy()
public abstract boolean hasEndpointControlPolicy()Optional. Endpoint control related settings.
.google.cloud.ces.v1beta.EndpointControlPolicy endpoint_control_policy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endpointControlPolicy field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. Last update time of the security settings.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |