Send feedback
Class Explanations.AccessTuple (1.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.5.0keyboard_arrow_down
public static final class Explanations . AccessTuple extends GeneratedMessageV3 implements Explanations . AccessTupleOrBuilder
Information about the member, resource, and permission to check.
Protobuf type google.cloud.policytroubleshooter.v1.AccessTuple
Static Fields
FULL_RESOURCE_NAME_FIELD_NUMBER
public static final int FULL_RESOURCE_NAME_FIELD_NUMBER
Field Value
PERMISSION_FIELD_NUMBER
public static final int PERMISSION_FIELD_NUMBER
Field Value
PRINCIPAL_FIELD_NUMBER
public static final int PRINCIPAL_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Explanations . AccessTuple getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static Explanations . AccessTuple . Builder newBuilder ()
Returns
newBuilder(Explanations.AccessTuple prototype)
public static Explanations . AccessTuple . Builder newBuilder ( Explanations . AccessTuple prototype )
Parameter
Returns
public static Explanations . AccessTuple parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Explanations . AccessTuple parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Explanations . AccessTuple parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Explanations . AccessTuple parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Explanations . AccessTuple parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Explanations . AccessTuple parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Explanations . AccessTuple parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Explanations . AccessTuple parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Explanations . AccessTuple parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Explanations . AccessTuple parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Explanations . AccessTuple parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Explanations . AccessTuple parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<Explanations . AccessTuple > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Explanations . AccessTuple getDefaultInstanceForType ()
Returns
getFullResourceName()
public String getFullResourceName ()
Returns
Type
Description
String
The fullResourceName.
getFullResourceNameBytes()
public ByteString getFullResourceNameBytes ()
Returns
Type
Description
ByteString
The bytes for fullResourceName.
getParserForType()
public Parser<Explanations . AccessTuple > getParserForType ()
Returns
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 member, or principal, whose access you want to check, in the form of
the email address that represents that member. For example,
[email protected]
or
[email protected]
.
The member must be a Google Account or a service account. Other types of
members are not supported.
string principal = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The principal.
getPrincipalBytes()
public ByteString getPrincipalBytes ()
Required. The member, or principal, whose access you want to check, in the form of
the email address that represents that member. For example,
[email protected]
or
[email protected]
.
The member must be a Google Account or a service account. Other types of
members are not supported.
string principal = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for principal.
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public Explanations . AccessTuple . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Explanations . AccessTuple . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public Explanations . AccessTuple . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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-07-18 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-07-18 UTC."],[],[]]