public static final class SecuritySettings.Builder extends GeneratedMessage.Builder<SecuritySettings.Builder> implements SecuritySettingsOrBuilderProject/Location level security settings for CES.
Protobuf type google.cloud.ces.v1beta.SecuritySettings
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SecuritySettings.BuilderImplements
SecuritySettingsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SecuritySettings build()| Returns | |
|---|---|
| Type | Description |
SecuritySettings |
|
buildPartial()
public SecuritySettings buildPartial()| Returns | |
|---|---|
| Type | Description |
SecuritySettings |
|
clear()
public SecuritySettings.Builder clear()| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
clearCreateTime()
public SecuritySettings.Builder clearCreateTime()Output only. Create time of the security settings.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
clearEndpointControlPolicy()
public SecuritySettings.Builder clearEndpointControlPolicy()Optional. Endpoint control related settings.
.google.cloud.ces.v1beta.EndpointControlPolicy endpoint_control_policy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
clearEtag()
public SecuritySettings.Builder clearEtag()Output only. Etag of the security settings.
string etag = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
This builder for chaining. |
clearName()
public SecuritySettings.Builder clearName() 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 |
SecuritySettings.Builder |
This builder for chaining. |
clearUpdateTime()
public SecuritySettings.Builder clearUpdateTime()Output only. Last update time of the security settings.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
getCreateTime()
public 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. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. Create time of the security settings.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public 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 |
|
getDefaultInstanceForType()
public SecuritySettings getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SecuritySettings |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEndpointControlPolicy()
public 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. |
getEndpointControlPolicyBuilder()
public EndpointControlPolicy.Builder getEndpointControlPolicyBuilder()Optional. Endpoint control related settings.
.google.cloud.ces.v1beta.EndpointControlPolicy endpoint_control_policy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EndpointControlPolicy.Builder |
|
getEndpointControlPolicyOrBuilder()
public 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 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 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 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 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 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. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. Last update time of the security settings.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreateTime(Timestamp value)
public SecuritySettings.Builder mergeCreateTime(Timestamp value)Output only. Create time of the security settings.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
mergeEndpointControlPolicy(EndpointControlPolicy value)
public SecuritySettings.Builder mergeEndpointControlPolicy(EndpointControlPolicy value)Optional. Endpoint control related settings.
.google.cloud.ces.v1beta.EndpointControlPolicy endpoint_control_policy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
EndpointControlPolicy |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
mergeFrom(SecuritySettings other)
public SecuritySettings.Builder mergeFrom(SecuritySettings other)| Parameter | |
|---|---|
| Name | Description |
other |
SecuritySettings |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SecuritySettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SecuritySettings.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
mergeUpdateTime(Timestamp value)
public SecuritySettings.Builder mergeUpdateTime(Timestamp value)Output only. Last update time of the security settings.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
setCreateTime(Timestamp value)
public SecuritySettings.Builder setCreateTime(Timestamp value)Output only. Create time of the security settings.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public SecuritySettings.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. Create time of the security settings.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
setEndpointControlPolicy(EndpointControlPolicy value)
public SecuritySettings.Builder setEndpointControlPolicy(EndpointControlPolicy value)Optional. Endpoint control related settings.
.google.cloud.ces.v1beta.EndpointControlPolicy endpoint_control_policy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
EndpointControlPolicy |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
setEndpointControlPolicy(EndpointControlPolicy.Builder builderForValue)
public SecuritySettings.Builder setEndpointControlPolicy(EndpointControlPolicy.Builder builderForValue)Optional. Endpoint control related settings.
.google.cloud.ces.v1beta.EndpointControlPolicy endpoint_control_policy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
EndpointControlPolicy.Builder |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
setEtag(String value)
public SecuritySettings.Builder setEtag(String value)Output only. Etag of the security settings.
string etag = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe etag to set. |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public SecuritySettings.Builder setEtagBytes(ByteString value)Output only. Etag of the security settings.
string etag = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for etag to set. |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
This builder for chaining. |
setName(String value)
public SecuritySettings.Builder setName(String value) Identifier. The unique identifier of the security settings.
Format: projects/{project}/locations/{location}/securitySettings
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public SecuritySettings.Builder setNameBytes(ByteString value) Identifier. The unique identifier of the security settings.
Format: projects/{project}/locations/{location}/securitySettings
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
This builder for chaining. |
setUpdateTime(Timestamp value)
public SecuritySettings.Builder setUpdateTime(Timestamp value)Output only. Last update time of the security settings.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public SecuritySettings.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. Last update time of the security settings.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
SecuritySettings.Builder |
|