public interface StoredTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Timestamp indicating when the version of the `StoredInfoType` used for
inspection was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Timestamp indicating when the version of the `StoredInfoType` used for
inspection was created.
|
String |
getName()
Resource name of the requested `StoredInfoType`, for example
`organizations/433245324/storedInfoTypes/432452342` or
`projects/project-id/storedInfoTypes/432452342`.
|
com.google.protobuf.ByteString |
getNameBytes()
Resource name of the requested `StoredInfoType`, for example
`organizations/433245324/storedInfoTypes/432452342` or
`projects/project-id/storedInfoTypes/432452342`.
|
boolean |
hasCreateTime()
Timestamp indicating when the version of the `StoredInfoType` used for
inspection was created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Resource name of the requested `StoredInfoType`, for example `organizations/433245324/storedInfoTypes/432452342` or `projects/project-id/storedInfoTypes/432452342`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Resource name of the requested `StoredInfoType`, for example `organizations/433245324/storedInfoTypes/432452342` or `projects/project-id/storedInfoTypes/432452342`.
string name = 1;boolean hasCreateTime()
Timestamp indicating when the version of the `StoredInfoType` used for inspection was created. Output-only field, populated by the system.
.google.protobuf.Timestamp create_time = 2;com.google.protobuf.Timestamp getCreateTime()
Timestamp indicating when the version of the `StoredInfoType` used for inspection was created. Output-only field, populated by the system.
.google.protobuf.Timestamp create_time = 2;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Timestamp indicating when the version of the `StoredInfoType` used for inspection was created. Output-only field, populated by the system.
.google.protobuf.Timestamp create_time = 2;Copyright © 2022 Google LLC. All rights reserved.