Send feedback
Class Explanations.AccessTuple (1.36.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.36.0 keyboard_arrow_down
public static final class Explanations . AccessTuple extends GeneratedMessageV3 implements Explanations . AccessTupleOrBuilder
Information about the principal, resource, and permission to check.
Protobuf type google.cloud.policytroubleshooter.v1.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
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
PRINCIPAL_FIELD_NUMBER
public static final int PRINCIPAL_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static Explanations . AccessTuple getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Explanations . AccessTuple . Builder newBuilder ()
newBuilder(Explanations.AccessTuple prototype)
public static Explanations . AccessTuple . Builder newBuilder ( Explanations . AccessTuple prototype )
public static Explanations . AccessTuple parseDelimitedFrom ( InputStream input )
public static Explanations . AccessTuple parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Explanations . AccessTuple parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Explanations . AccessTuple parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Explanations . AccessTuple parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Explanations . AccessTuple parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Explanations . AccessTuple parseFrom ( CodedInputStream input )
public static Explanations . AccessTuple parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Explanations . AccessTuple parseFrom ( InputStream input )
public static Explanations . AccessTuple parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Explanations . AccessTuple parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Explanations . AccessTuple parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Explanations . AccessTuple > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public Explanations . 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<Explanations . AccessTuple > getParserForType ()
Overrides
getPermission()
public String getPermission ()
Returns Type Description String
The permission.
getPermissionBytes()
public ByteString getPermissionBytes ()
Returns Type Description ByteString
The bytes for permission.
getPrincipal()
public String getPrincipal ()
Required. The principal whose access you want to check, in the form of
the email address that represents that principal. For example,
alice@example.com
or
my-service-account@my-project.iam.gserviceaccount.com
.
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 principal whose access you want to check, in the form of
the email address that represents that principal. For example,
alice@example.com
or
my-service-account@my-project.iam.gserviceaccount.com
.
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
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Explanations . AccessTuple . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Explanations . AccessTuple . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public Explanations . AccessTuple . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]