public interface StoredTypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getName()
public abstract String getName() Resource name of the requested StoredInfoType, for example
organizations/433245324/storedInfoTypes/432452342 or
projects/project-id/storedInfoTypes/432452342.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Resource name of the requested StoredInfoType, for example
organizations/433245324/storedInfoTypes/432452342 or
projects/project-id/storedInfoTypes/432452342.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasCreateTime()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |