Interface TroubleshootIamPolicyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TroubleshootIamPolicyRequest
,TroubleshootIamPolicyRequest.Builder
public interface TroubleshootIamPolicyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Explanations.AccessTuple
getAccessTuple()
The information to use for checking whether a principal has a permission for a resource.Explanations.AccessTupleOrBuilder
getAccessTupleOrBuilder()
The information to use for checking whether a principal has a permission for a resource.boolean
hasAccessTuple()
The information to use for checking whether a principal has a permission for a resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAccessTuple
boolean hasAccessTuple()
The information to use for checking whether a principal has a permission for a resource.
.google.cloud.policytroubleshooter.v1.AccessTuple access_tuple = 1;
- Returns:
- Whether the accessTuple field is set.
-
getAccessTuple
Explanations.AccessTuple getAccessTuple()
The information to use for checking whether a principal has a permission for a resource.
.google.cloud.policytroubleshooter.v1.AccessTuple access_tuple = 1;
- Returns:
- The accessTuple.
-
getAccessTupleOrBuilder
Explanations.AccessTupleOrBuilder getAccessTupleOrBuilder()
The information to use for checking whether a principal has a permission for a resource.
.google.cloud.policytroubleshooter.v1.AccessTuple access_tuple = 1;
-
-