public interface GetAssociationOrganizationSecurityPolicyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()The name of the association to get from the security policy.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract 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 abstract 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 abstract 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()
public abstract boolean 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. |