public static final class GetAssociationOrganizationSecurityPolicyRequest.Builder extends GeneratedMessageV3.Builder<GetAssociationOrganizationSecurityPolicyRequest.Builder> implements GetAssociationOrganizationSecurityPolicyRequestOrBuilder
A request message for OrganizationSecurityPolicies.GetAssociation. See the method description for details.
Protobuf type google.cloud.compute.v1.GetAssociationOrganizationSecurityPolicyRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetAssociationOrganizationSecurityPolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public GetAssociationOrganizationSecurityPolicyRequest build()
buildPartial()
public GetAssociationOrganizationSecurityPolicyRequest buildPartial()
clear()
public GetAssociationOrganizationSecurityPolicyRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public GetAssociationOrganizationSecurityPolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
public GetAssociationOrganizationSecurityPolicyRequest.Builder clearName()
The name of the association to get from the security policy.
optional string name = 3373707;
clearOneof(Descriptors.OneofDescriptor oneof)
public GetAssociationOrganizationSecurityPolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSecurityPolicy()
public GetAssociationOrganizationSecurityPolicyRequest.Builder clearSecurityPolicy()
Name of the security policy to which the queried rule belongs.
string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];
clone()
public GetAssociationOrganizationSecurityPolicyRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public GetAssociationOrganizationSecurityPolicyRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getName()
The name of the association to get from the security policy.
optional string name = 3373707;
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
The name of the association to get from the security policy.
optional string name = 3373707;
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getSecurityPolicy()
public String getSecurityPolicy()
Name of the security policy to which the queried rule belongs.
string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The securityPolicy.
|
getSecurityPolicyBytes()
public ByteString getSecurityPolicyBytes()
Name of the security policy to which the queried rule belongs.
string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for securityPolicy.
|
hasName()
The name of the association to get from the security policy.
optional string name = 3373707;
| Returns |
| Type |
Description |
boolean |
Whether the name field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(GetAssociationOrganizationSecurityPolicyRequest other)
public GetAssociationOrganizationSecurityPolicyRequest.Builder mergeFrom(GetAssociationOrganizationSecurityPolicyRequest other)
public GetAssociationOrganizationSecurityPolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public GetAssociationOrganizationSecurityPolicyRequest.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetAssociationOrganizationSecurityPolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public GetAssociationOrganizationSecurityPolicyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setName(String value)
public GetAssociationOrganizationSecurityPolicyRequest.Builder setName(String value)
The name of the association to get from the security policy.
optional string name = 3373707;
| Parameter |
| Name |
Description |
value |
String
The name to set.
|
setNameBytes(ByteString value)
public GetAssociationOrganizationSecurityPolicyRequest.Builder setNameBytes(ByteString value)
The name of the association to get from the security policy.
optional string name = 3373707;