public final class SecurityPolicyAssociation extends GeneratedMessageV3 implements SecurityPolicyAssociationOrBuilder
Protobuf type google.cloud.compute.v1.SecurityPolicyAssociation
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ATTACHMENT_ID_FIELD_NUMBER
public static final int ATTACHMENT_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EXCLUDED_FOLDERS_FIELD_NUMBER
public static final int EXCLUDED_FOLDERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EXCLUDED_PROJECTS_FIELD_NUMBER
public static final int EXCLUDED_PROJECTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SECURITY_POLICY_ID_FIELD_NUMBER
public static final int SECURITY_POLICY_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SHORT_NAME_FIELD_NUMBER
public static final int SHORT_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SecurityPolicyAssociation getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SecurityPolicyAssociation.Builder newBuilder()
newBuilder(SecurityPolicyAssociation prototype)
public static SecurityPolicyAssociation.Builder newBuilder(SecurityPolicyAssociation prototype)
public static SecurityPolicyAssociation parseDelimitedFrom(InputStream input)
public static SecurityPolicyAssociation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SecurityPolicyAssociation parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SecurityPolicyAssociation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SecurityPolicyAssociation parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SecurityPolicyAssociation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SecurityPolicyAssociation parseFrom(CodedInputStream input)
public static SecurityPolicyAssociation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SecurityPolicyAssociation parseFrom(InputStream input)
public static SecurityPolicyAssociation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SecurityPolicyAssociation parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SecurityPolicyAssociation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SecurityPolicyAssociation> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAttachmentId()
public String getAttachmentId()
The resource that the security policy is attached to.
optional string attachment_id = 103768503;
| Returns |
| Type |
Description |
String |
The attachmentId.
|
getAttachmentIdBytes()
public ByteString getAttachmentIdBytes()
The resource that the security policy is attached to.
optional string attachment_id = 103768503;
| Returns |
| Type |
Description |
ByteString |
The bytes for attachmentId.
|
getDefaultInstanceForType()
public SecurityPolicyAssociation getDefaultInstanceForType()
getDisplayName()
public String getDisplayName()
[Output Only] The display name of the security policy of the association.
optional string display_name = 4473832;
| Returns |
| Type |
Description |
String |
The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
[Output Only] The display name of the security policy of the association.
optional string display_name = 4473832;
| Returns |
| Type |
Description |
ByteString |
The bytes for displayName.
|
getExcludedFolders(int index)
public String getExcludedFolders(int index)
A list of folders to exclude from the security policy.
repeated string excluded_folders = 310611024;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The excludedFolders at the given index.
|
getExcludedFoldersBytes(int index)
public ByteString getExcludedFoldersBytes(int index)
A list of folders to exclude from the security policy.
repeated string excluded_folders = 310611024;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the excludedFolders at the given index.
|
getExcludedFoldersCount()
public int getExcludedFoldersCount()
A list of folders to exclude from the security policy.
repeated string excluded_folders = 310611024;
| Returns |
| Type |
Description |
int |
The count of excludedFolders.
|
getExcludedFoldersList()
public ProtocolStringList getExcludedFoldersList()
A list of folders to exclude from the security policy.
repeated string excluded_folders = 310611024;
getExcludedProjects(int index)
public String getExcludedProjects(int index)
A list of projects to exclude from the security policy.
repeated string excluded_projects = 283070287;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The excludedProjects at the given index.
|
getExcludedProjectsBytes(int index)
public ByteString getExcludedProjectsBytes(int index)
A list of projects to exclude from the security policy.
repeated string excluded_projects = 283070287;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the excludedProjects at the given index.
|
getExcludedProjectsCount()
public int getExcludedProjectsCount()
A list of projects to exclude from the security policy.
repeated string excluded_projects = 283070287;
| Returns |
| Type |
Description |
int |
The count of excludedProjects.
|
getExcludedProjectsList()
public ProtocolStringList getExcludedProjectsList()
A list of projects to exclude from the security policy.
repeated string excluded_projects = 283070287;
getName()
The name for an association.
optional string name = 3373707;
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
The name for an association.
optional string name = 3373707;
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<SecurityPolicyAssociation> getParserForType()
Overrides
getSecurityPolicyId()
public String getSecurityPolicyId()
[Output Only] The security policy ID of the association.
optional string security_policy_id = 203671817;
| Returns |
| Type |
Description |
String |
The securityPolicyId.
|
getSecurityPolicyIdBytes()
public ByteString getSecurityPolicyIdBytes()
[Output Only] The security policy ID of the association.
optional string security_policy_id = 203671817;
| Returns |
| Type |
Description |
ByteString |
The bytes for securityPolicyId.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getShortName()
public String getShortName()
[Output Only] The short name of the security policy of the association.
optional string short_name = 492051566;
| Returns |
| Type |
Description |
String |
The shortName.
|
getShortNameBytes()
public ByteString getShortNameBytes()
[Output Only] The short name of the security policy of the association.
optional string short_name = 492051566;
| Returns |
| Type |
Description |
ByteString |
The bytes for shortName.
|
hasAttachmentId()
public boolean hasAttachmentId()
The resource that the security policy is attached to.
optional string attachment_id = 103768503;
| Returns |
| Type |
Description |
boolean |
Whether the attachmentId field is set.
|
hasDisplayName()
public boolean hasDisplayName()
[Output Only] The display name of the security policy of the association.
optional string display_name = 4473832;
| Returns |
| Type |
Description |
boolean |
Whether the displayName field is set.
|
hasName()
The name for an association.
optional string name = 3373707;
| Returns |
| Type |
Description |
boolean |
Whether the name field is set.
|
hasSecurityPolicyId()
public boolean hasSecurityPolicyId()
[Output Only] The security policy ID of the association.
optional string security_policy_id = 203671817;
| Returns |
| Type |
Description |
boolean |
Whether the securityPolicyId field is set.
|
hasShortName()
public boolean hasShortName()
[Output Only] The short name of the security policy of the association.
optional string short_name = 492051566;
| Returns |
| Type |
Description |
boolean |
Whether the shortName field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SecurityPolicyAssociation.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SecurityPolicyAssociation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
| Returns |
| Type |
Description |
Object |
|
Overrides
toBuilder()
public SecurityPolicyAssociation.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides