public interface ArtifactOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
User provided name of an artifact.
|
ByteString |
getDisplayNameBytes()
User provided name of an artifact.
|
String |
getEtag()
Output only.
|
ByteString |
getEtagBytes()
Output only.
|
String |
getName()
Output only.
|
ByteString |
getNameBytes()
Output only.
|
Artifact.Type |
getType()
Type of this artifact.
|
int |
getTypeValue()
Type of this artifact.
|
String |
getUrl()
URL to access the artifact.
|
ByteString |
getUrlBytes()
URL to access the artifact.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getName()
Output only. Resource name such as
"projects/{project_id_or_number}/incidents/{incident_id}/artifacts/{artifact_id}".
string name = 1;ByteString getNameBytes()
Output only. Resource name such as
"projects/{project_id_or_number}/incidents/{incident_id}/artifacts/{artifact_id}".
string name = 1;String getDisplayName()
User provided name of an artifact.
string display_name = 2;ByteString getDisplayNameBytes()
User provided name of an artifact.
string display_name = 2;String getEtag()
Output only. Etag for this version of the resource. Must be specified in update requests and match the current version in storage. Must not be modified by the client.
string etag = 3;ByteString getEtagBytes()
Output only. Etag for this version of the resource. Must be specified in update requests and match the current version in storage. Must not be modified by the client.
string etag = 3;String getUrl()
URL to access the artifact.
string url = 4;ByteString getUrlBytes()
URL to access the artifact.
string url = 4;int getTypeValue()
Type of this artifact.
.google.cloud.irm.v1alpha2.Artifact.Type type = 5;Artifact.Type getType()
Type of this artifact.
.google.cloud.irm.v1alpha2.Artifact.Type type = 5;Copyright © 2020 Google LLC. All rights reserved.