public interface IntelligenceFindingRevisionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The timestamp when the revision was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. The timestamp when the revision was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getName()
public abstract String getName() Identifier. The resource name of IntelligenceFindingRevision.
Format:
projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}/revisions/{revision}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The resource name of IntelligenceFindingRevision.
Format:
projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}/revisions/{revision}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSnapshot()
public abstract IntelligenceFinding getSnapshot() Output only. The snapshot of the IntelligenceFinding at the time the
revision was created. This field contains the full finding details as they
existed for the revision.
.google.storage.control.v2.IntelligenceFinding snapshot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding |
The snapshot. |
getSnapshotOrBuilder()
public abstract IntelligenceFindingOrBuilder getSnapshotOrBuilder() Output only. The snapshot of the IntelligenceFinding at the time the
revision was created. This field contains the full finding details as they
existed for the revision.
.google.storage.control.v2.IntelligenceFinding snapshot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
IntelligenceFindingOrBuilder |
|
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The timestamp when the revision was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasSnapshot()
public abstract boolean hasSnapshot() Output only. The snapshot of the IntelligenceFinding at the time the
revision was created. This field contains the full finding details as they
existed for the revision.
.google.storage.control.v2.IntelligenceFinding snapshot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the snapshot field is set. |