public static final class GetRegionSecurityPolicyRequest.Builder extends GeneratedMessageV3.Builder<GetRegionSecurityPolicyRequest.Builder> implements GetRegionSecurityPolicyRequestOrBuilderA request message for RegionSecurityPolicies.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetRegionSecurityPolicyRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetRegionSecurityPolicyRequest.BuilderImplements
GetRegionSecurityPolicyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetRegionSecurityPolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder |
build()
public GetRegionSecurityPolicyRequest build()| Type | Description |
| GetRegionSecurityPolicyRequest |
buildPartial()
public GetRegionSecurityPolicyRequest buildPartial()| Type | Description |
| GetRegionSecurityPolicyRequest |
clear()
public GetRegionSecurityPolicyRequest.Builder clear()| Type | Description |
| GetRegionSecurityPolicyRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetRegionSecurityPolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetRegionSecurityPolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder |
clearProject()
public GetRegionSecurityPolicyRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder | This builder for chaining. |
clearRegion()
public GetRegionSecurityPolicyRequest.Builder clearRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder | This builder for chaining. |
clearSecurityPolicy()
public GetRegionSecurityPolicyRequest.Builder clearSecurityPolicy()Name of the security policy to get.
string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder | This builder for chaining. |
clone()
public GetRegionSecurityPolicyRequest.Builder clone()| Type | Description |
| GetRegionSecurityPolicyRequest.Builder |
getDefaultInstanceForType()
public GetRegionSecurityPolicyRequest getDefaultInstanceForType()| Type | Description |
| GetRegionSecurityPolicyRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for project. |
getRegion()
public String getRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The region. |
getRegionBytes()
public ByteString getRegionBytes()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for region. |
getSecurityPolicy()
public String getSecurityPolicy()Name of the security policy to get.
string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The securityPolicy. |
getSecurityPolicyBytes()
public ByteString getSecurityPolicyBytes()Name of the security policy to get.
string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for securityPolicy. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(GetRegionSecurityPolicyRequest other)
public GetRegionSecurityPolicyRequest.Builder mergeFrom(GetRegionSecurityPolicyRequest other)| Name | Description |
| other | GetRegionSecurityPolicyRequest |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetRegionSecurityPolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public GetRegionSecurityPolicyRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetRegionSecurityPolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetRegionSecurityPolicyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder |
setProject(String value)
public GetRegionSecurityPolicyRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe project to set. |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder | This builder for chaining. |
setProjectBytes(ByteString value)
public GetRegionSecurityPolicyRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for project to set. |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder | This builder for chaining. |
setRegion(String value)
public GetRegionSecurityPolicyRequest.Builder setRegion(String value)Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe region to set. |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder | This builder for chaining. |
setRegionBytes(ByteString value)
public GetRegionSecurityPolicyRequest.Builder setRegionBytes(ByteString value)Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for region to set. |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetRegionSecurityPolicyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder |
setSecurityPolicy(String value)
public GetRegionSecurityPolicyRequest.Builder setSecurityPolicy(String value)Name of the security policy to get.
string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe securityPolicy to set. |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder | This builder for chaining. |
setSecurityPolicyBytes(ByteString value)
public GetRegionSecurityPolicyRequest.Builder setSecurityPolicyBytes(ByteString value)Name of the security policy to get.
string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for securityPolicy to set. |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetRegionSecurityPolicyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetRegionSecurityPolicyRequest.Builder |