- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.6
- 1.1.0
- 1.0.4
- 0.4.4
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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Explanations.AccessTupleImplements
Explanations.AccessTupleOrBuilderStatic Fields
FULL_RESOURCE_NAME_FIELD_NUMBER
public static final int FULL_RESOURCE_NAME_FIELD_NUMBER
Type | Description |
int |
PERMISSION_FIELD_NUMBER
public static final int PERMISSION_FIELD_NUMBER
Type | Description |
int |
PRINCIPAL_FIELD_NUMBER
public static final int PRINCIPAL_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Explanations.AccessTuple getDefaultInstance()
Type | Description |
Explanations.AccessTuple |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Explanations.AccessTuple.Builder newBuilder()
Type | Description |
Explanations.AccessTuple.Builder |
newBuilder(Explanations.AccessTuple prototype)
public static Explanations.AccessTuple.Builder newBuilder(Explanations.AccessTuple prototype)
Name | Description |
prototype | Explanations.AccessTuple |
Type | Description |
Explanations.AccessTuple.Builder |
parseDelimitedFrom(InputStream input)
public static Explanations.AccessTuple parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Explanations.AccessTuple |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Explanations.AccessTuple parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Explanations.AccessTuple |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Explanations.AccessTuple parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Explanations.AccessTuple |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Explanations.AccessTuple parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Explanations.AccessTuple |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Explanations.AccessTuple parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Explanations.AccessTuple |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Explanations.AccessTuple parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Explanations.AccessTuple |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Explanations.AccessTuple parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Explanations.AccessTuple |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Explanations.AccessTuple parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Explanations.AccessTuple |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Explanations.AccessTuple parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Explanations.AccessTuple |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Explanations.AccessTuple parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Explanations.AccessTuple |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Explanations.AccessTuple parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Explanations.AccessTuple |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Explanations.AccessTuple parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Explanations.AccessTuple |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Explanations.AccessTuple> parser()
Type | Description |
Parser<AccessTuple> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Explanations.AccessTuple getDefaultInstanceForType()
Type | Description |
Explanations.AccessTuple |
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];
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];
Type | Description |
ByteString | The bytes for fullResourceName. |
getParserForType()
public Parser<Explanations.AccessTuple> getParserForType()
Type | Description |
Parser<AccessTuple> |
getPermission()
public String getPermission()
Required. The IAM permission to check for the specified member and resource. For a complete list of IAM permissions, see https://cloud.google.com/iam/help/permissions/reference. For a complete list of predefined IAM roles and the permissions in each role, see https://cloud.google.com/iam/help/roles/reference.
string permission = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The permission. |
getPermissionBytes()
public ByteString getPermissionBytes()
Required. The IAM permission to check for the specified member and resource. For a complete list of IAM permissions, see https://cloud.google.com/iam/help/permissions/reference. For a complete list of predefined IAM roles and the permissions in each role, see https://cloud.google.com/iam/help/roles/reference.
string permission = 3 [(.google.api.field_behavior) = REQUIRED];
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,
alice@example.com
or
my-service-account@my-project.iam.gserviceaccount.com
.
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];
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,
alice@example.com
or
my-service-account@my-project.iam.gserviceaccount.com
.
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];
Type | Description |
ByteString | The bytes for principal. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Explanations.AccessTuple.Builder newBuilderForType()
Type | Description |
Explanations.AccessTuple.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Explanations.AccessTuple.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Explanations.AccessTuple.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Explanations.AccessTuple.Builder toBuilder()
Type | Description |
Explanations.AccessTuple.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |