public static interface IamPolicyAnalysisQuery.ConditionContextOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getAccessTime()
The hypothetical access timestamp to evaluate IAM conditions.
|
TimestampOrBuilder |
getAccessTimeOrBuilder()
The hypothetical access timestamp to evaluate IAM conditions.
|
IamPolicyAnalysisQuery.ConditionContext.TimeContextCase |
getTimeContextCase() |
boolean |
hasAccessTime()
The hypothetical access timestamp to evaluate IAM conditions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasAccessTime()
The hypothetical access timestamp to evaluate IAM conditions. Note that this value must not be earlier than the current time; otherwise, an INVALID_ARGUMENT error will be returned.
.google.protobuf.Timestamp access_time = 1;
Timestamp getAccessTime()
The hypothetical access timestamp to evaluate IAM conditions. Note that this value must not be earlier than the current time; otherwise, an INVALID_ARGUMENT error will be returned.
.google.protobuf.Timestamp access_time = 1;
TimestampOrBuilder getAccessTimeOrBuilder()
The hypothetical access timestamp to evaluate IAM conditions. Note that this value must not be earlier than the current time; otherwise, an INVALID_ARGUMENT error will be returned.
.google.protobuf.Timestamp access_time = 1;
IamPolicyAnalysisQuery.ConditionContext.TimeContextCase getTimeContextCase()
Copyright © 2022 Google LLC. All rights reserved.