Send feedback
Class IamPolicyAnalysisQuery.ConditionContext.Builder (3.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.16.0 keyboard_arrow_down
public static final class IamPolicyAnalysisQuery . ConditionContext . Builder extends GeneratedMessageV3 . Builder<IamPolicyAnalysisQuery . ConditionContext . Builder > implements IamPolicyAnalysisQuery . ConditionContextOrBuilder
The IAM conditions context.
Protobuf type google.cloud.asset.v1.IamPolicyAnalysisQuery.ConditionContext
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public IamPolicyAnalysisQuery . ConditionContext . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public IamPolicyAnalysisQuery . ConditionContext build ()
Returns
buildPartial()
public IamPolicyAnalysisQuery . ConditionContext buildPartial ()
Returns
clear()
public IamPolicyAnalysisQuery . ConditionContext . Builder clear ()
Returns
Overrides
clearAccessTime()
public IamPolicyAnalysisQuery . ConditionContext . Builder clearAccessTime ()
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;
Returns
clearField(Descriptors.FieldDescriptor field)
public IamPolicyAnalysisQuery . ConditionContext . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public IamPolicyAnalysisQuery . ConditionContext . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearTimeContext()
public IamPolicyAnalysisQuery . ConditionContext . Builder clearTimeContext ()
Returns
clone()
public IamPolicyAnalysisQuery . ConditionContext . Builder clone ()
Returns
Overrides
getAccessTime()
public 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;
Returns
getAccessTimeBuilder()
public Timestamp . Builder getAccessTimeBuilder ()
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;
Returns
getAccessTimeOrBuilder()
public 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;
Returns
getDefaultInstanceForType()
public IamPolicyAnalysisQuery . ConditionContext getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getTimeContextCase()
public IamPolicyAnalysisQuery . ConditionContext . TimeContextCase getTimeContextCase ()
Returns
hasAccessTime()
public 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;
Returns
Type
Description
boolean
Whether the accessTime field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeAccessTime(Timestamp value)
public IamPolicyAnalysisQuery . ConditionContext . Builder mergeAccessTime ( Timestamp value )
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;
Parameter
Returns
mergeFrom(IamPolicyAnalysisQuery.ConditionContext other)
public IamPolicyAnalysisQuery . ConditionContext . Builder mergeFrom ( IamPolicyAnalysisQuery . ConditionContext other )
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IamPolicyAnalysisQuery . ConditionContext . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public IamPolicyAnalysisQuery . ConditionContext . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final IamPolicyAnalysisQuery . ConditionContext . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setAccessTime(Timestamp value)
public IamPolicyAnalysisQuery . ConditionContext . Builder setAccessTime ( Timestamp value )
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;
Parameter
Returns
setAccessTime(Timestamp.Builder builderForValue)
public IamPolicyAnalysisQuery . ConditionContext . Builder setAccessTime ( Timestamp . Builder builderForValue )
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;
Parameter
Name
Description
builderForValue
Builder
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public IamPolicyAnalysisQuery . ConditionContext . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public IamPolicyAnalysisQuery . ConditionContext . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final IamPolicyAnalysisQuery . ConditionContext . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
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."],[],[]]