- 1.71.0 (latest)
- 1.70.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.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.37.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.25.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.9.0
- 1.7.0
public
final
class
Policy
extends
GeneratedMessageV3
implements
PolicyOrBuilder
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PolicyImplements
PolicyOrBuilderStatic Fields
ANNOTATIONS_FIELD_NUMBER
public
static
final
int
ANNOTATIONS_FIELD_NUMBER
CREATE_TIME_FIELD_NUMBER
public
static
final
int
CREATE_TIME_FIELD_NUMBER
DELETE_TIME_FIELD_NUMBER
public
static
final
int
DELETE_TIME_FIELD_NUMBER
DISPLAY_NAME_FIELD_NUMBER
public
static
final
int
DISPLAY_NAME_FIELD_NUMBER
ETAG_FIELD_NUMBER
public
static
final
int
ETAG_FIELD_NUMBER
KIND_FIELD_NUMBER
public
static
final
int
KIND_FIELD_NUMBER
NAME_FIELD_NUMBER
public
static
final
int
NAME_FIELD_NUMBER
RULES_FIELD_NUMBER
public
static
final
int
RULES_FIELD_NUMBER
UID_FIELD_NUMBER
public
static
final
int
UID_FIELD_NUMBER
UPDATE_TIME_FIELD_NUMBER
public
static
final
int
UPDATE_TIME_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
Policy
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
Policy
.
Builder
newBuilder
()
newBuilder(Policy arg0)
public
static
Policy
.
Builder
newBuilder
(
Policy
arg0
)
parseDelimitedFrom(InputStream arg0)
public
static
Policy
parseDelimitedFrom
(
InputStream
arg0
)
parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
public
static
Policy
parseDelimitedFrom
(
InputStream
arg0
,
ExtensionRegistryLite
arg1
)
parseFrom(byte[] arg0)
public
static
Policy
parseFrom
(
byte
[]
arg0
)
Parameter
Name
Description
arg0
byte
[]
parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
public
static
Policy
parseFrom
(
byte
[]
arg0
,
ExtensionRegistryLite
arg1
)
parseFrom(ByteString arg0)
public
static
Policy
parseFrom
(
ByteString
arg0
)
parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
public
static
Policy
parseFrom
(
ByteString
arg0
,
ExtensionRegistryLite
arg1
)
parseFrom(CodedInputStream arg0)
public
static
Policy
parseFrom
(
CodedInputStream
arg0
)
parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
public
static
Policy
parseFrom
(
CodedInputStream
arg0
,
ExtensionRegistryLite
arg1
)
parseFrom(InputStream arg0)
public
static
Policy
parseFrom
(
InputStream
arg0
)
parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
public
static
Policy
parseFrom
(
InputStream
arg0
,
ExtensionRegistryLite
arg1
)
parseFrom(ByteBuffer arg0)
public
static
Policy
parseFrom
(
ByteBuffer
arg0
)
parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
public
static
Policy
parseFrom
(
ByteBuffer
arg0
,
ExtensionRegistryLite
arg1
)
parser()
public
static
Parser<Policy>
parser
()
Methods
containsAnnotations(String arg0)
public
boolean
containsAnnotations
(
String
arg0
)
equals(Object arg0)
public
boolean
equals
(
Object
arg0
)
getAnnotations() (deprecated)
public
Map<String
,
String
>
getAnnotations
()
getAnnotationsCount()
public
int
getAnnotationsCount
()
getAnnotationsMap()
public
Map<String
,
String
>
getAnnotationsMap
()
getAnnotationsOrDefault(String arg0, String arg1)
public
String
getAnnotationsOrDefault
(
String
arg0
,
String
arg1
)
getAnnotationsOrThrow(String arg0)
public
String
getAnnotationsOrThrow
(
String
arg0
)
getCreateTime()
public
Timestamp
getCreateTime
()
getCreateTimeOrBuilder()
public
TimestampOrBuilder
getCreateTimeOrBuilder
()
getDefaultInstanceForType()
public
Policy
getDefaultInstanceForType
()
getDeleteTime()
public
Timestamp
getDeleteTime
()
getDeleteTimeOrBuilder()
public
TimestampOrBuilder
getDeleteTimeOrBuilder
()
getDisplayName()
public
String
getDisplayName
()
getDisplayNameBytes()
public
ByteString
getDisplayNameBytes
()
getEtag()
public
String
getEtag
()
getEtagBytes()
public
ByteString
getEtagBytes
()
getKind()
public
String
getKind
()
getKindBytes()
public
ByteString
getKindBytes
()
getName()
public
String
getName
()
getNameBytes()
public
ByteString
getNameBytes
()
getParserForType()
public
Parser<Policy>
getParserForType
()
getRules(int arg0)
public
PolicyRule
getRules
(
int
arg0
)
getRulesCount()
public
int
getRulesCount
()
getRulesList()
public
List<PolicyRule>
getRulesList
()
getRulesOrBuilder(int arg0)
public
PolicyRuleOrBuilder
getRulesOrBuilder
(
int
arg0
)
getRulesOrBuilderList()
public
List
< ?
extends
PolicyRuleOrBuilder
>
getRulesOrBuilderList
()
getSerializedSize()
public
int
getSerializedSize
()
getUid()
public
String
getUid
()
getUidBytes()
public
ByteString
getUidBytes
()
getUpdateTime()
public
Timestamp
getUpdateTime
()
getUpdateTimeOrBuilder()
public
TimestampOrBuilder
getUpdateTimeOrBuilder
()
hasCreateTime()
public
boolean
hasCreateTime
()
hasDeleteTime()
public
boolean
hasDeleteTime
()
hasUpdateTime()
public
boolean
hasUpdateTime
()
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
internalGetMapFieldReflection(int arg0)
protected
MapFieldReflectionAccessor
internalGetMapFieldReflection
(
int
arg0
)
Returns
Type
Description
com.google.protobuf.MapFieldReflectionAccessor
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
Policy
.
Builder
newBuilderForType
()
newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
protected
Policy
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
arg0
)
newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
arg0
)
toBuilder()
public
Policy
.
Builder
toBuilder
()
writeTo(CodedOutputStream arg0)
public
void
writeTo
(
CodedOutputStream
arg0
)