public final class AccessTuple extends GeneratedMessageV3 implements AccessTupleOrBuilder
Information about the principal, resource, and permission to check.
Protobuf type google.cloud.policytroubleshooter.iam.v3.AccessTuple
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
CONDITION_CONTEXT_FIELD_NUMBER
public static final int CONDITION_CONTEXT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
FULL_RESOURCE_NAME_FIELD_NUMBER
public static final int FULL_RESOURCE_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PERMISSION_FIELD_NUMBER
public static final int PERMISSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PERMISSION_FQDN_FIELD_NUMBER
public static final int PERMISSION_FQDN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PRINCIPAL_FIELD_NUMBER
public static final int PRINCIPAL_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static AccessTuple getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AccessTuple.Builder newBuilder()
newBuilder(AccessTuple )
public static AccessTuple.Builder newBuilder(AccessTuple )
public static AccessTuple parseDelimitedFrom(InputStream input)
public static AccessTuple parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AccessTuple parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AccessTuple parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AccessTuple parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccessTuple parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccessTuple parseFrom(CodedInputStream input)
public static AccessTuple parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AccessTuple parseFrom(InputStream input)
public static AccessTuple parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AccessTuple parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AccessTuple parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AccessTuple> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
OverridesgetConditionContext()
public ConditionContext getConditionContext()
Optional. Additional context for the request, such as the request time or IP address. This context allows Policy Troubleshooter to troubleshoot conditional role bindings and deny rules.
.google.cloud.policytroubleshooter.iam.v3.ConditionContext condition_context = 5 [(.google.api.field_behavior) = OPTIONAL];
getConditionContextOrBuilder()
public ConditionContextOrBuilder getConditionContextOrBuilder()
Optional. Additional context for the request, such as the request time or IP address. This context allows Policy Troubleshooter to troubleshoot conditional role bindings and deny rules.
.google.cloud.policytroubleshooter.iam.v3.ConditionContext condition_context = 5 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()
public AccessTuple getDefaultInstanceForType()
getFullResourceName()
public String getFullResourceName()
Required. The full resource name that identifies the resource. For example, //compute.googleapis.com/projects/my-project/zones/us-central1-a/instances/my-instance
.
For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names.
string full_resource_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The fullResourceName. |
getFullResourceNameBytes()
public ByteString getFullResourceNameBytes()
Required. The full resource name that identifies the resource. For example, //compute.googleapis.com/projects/my-project/zones/us-central1-a/instances/my-instance
.
For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names.
string full_resource_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for fullResourceName. |
getParserForType()
public Parser<AccessTuple> getParserForType()
OverridesgetPermission()
public String getPermission()
Returns |
---|
Type | Description |
String | The permission. |
getPermissionBytes()
public ByteString getPermissionBytes()
Returns |
---|
Type | Description |
ByteString | The bytes for permission. |
getPermissionFqdn()
public String getPermissionFqdn()
Output only. The permission that Policy Troubleshooter checked for, in the v2
format.
string permission_fqdn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
String | The permissionFqdn. |
getPermissionFqdnBytes()
public ByteString getPermissionFqdnBytes()
Output only. The permission that Policy Troubleshooter checked for, in the v2
format.
string permission_fqdn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
ByteString | The bytes for permissionFqdn. |
getPrincipal()
public String getPrincipal()
Required. The email address of the principal whose access you want to check. For example, [email protected]
or [email protected]
.
The principal must be a Google Account or a service account. Other types of principals are not supported.
string principal = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The principal. |
getPrincipalBytes()
public ByteString getPrincipalBytes()
Required. The email address of the principal whose access you want to check. For example, [email protected]
or [email protected]
.
The principal must be a Google Account or a service account. Other types of principals are not supported.
string principal = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for principal. |
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
OverrideshasConditionContext()
public boolean hasConditionContext()
Optional. Additional context for the request, such as the request time or IP address. This context allows Policy Troubleshooter to troubleshoot conditional role bindings and deny rules.
.google.cloud.policytroubleshooter.iam.v3.ConditionContext condition_context = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
boolean | Whether the conditionContext field is set. |
hashCode()
Returns |
---|
Type | Description |
int | |
OverridesinternalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
OverridesisInitialized()
public final boolean isInitialized()
OverridesnewBuilderForType()
public AccessTuple.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AccessTuple.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
OverridesnewInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
OverridestoBuilder()
public AccessTuple.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides