Interface AssetReferenceOrBuilder (0.43.0)

public interface AssetReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAsset()

public abstract String getAsset()

Output only. The asset resource name if an asset is hosted by Private Catalog.

string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The asset.

getAssetBytes()

public abstract ByteString getAssetBytes()

Output only. The asset resource name if an asset is hosted by Private Catalog.

string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for asset.

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The creation timestamp of the asset reference.

.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The creation timestamp of the asset reference.

.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDescription()

public abstract String getDescription()

Output only. The human-readable description of the referenced asset. Maximum 256 characters in length.

string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Output only. The human-readable description of the referenced asset. Maximum 256 characters in length.

string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for description.

getGcsPath() (deprecated)

public abstract String getGcsPath()

Deprecated. google.cloud.privatecatalog.v1beta1.AssetReference.gcs_path is deprecated. See google/cloud/privatecatalog/v1beta1/private_catalog.proto;l=461

Output only. The cloud storage object path.

string gcs_path = 11 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The gcsPath.

getGcsPathBytes() (deprecated)

public abstract ByteString getGcsPathBytes()

Deprecated. google.cloud.privatecatalog.v1beta1.AssetReference.gcs_path is deprecated. See google/cloud/privatecatalog/v1beta1/private_catalog.proto;l=461

Output only. The cloud storage object path.

string gcs_path = 11 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for gcsPath.

getGcsSource()

public abstract GcsSource getGcsSource()

Output only. The cloud storage source.

.google.cloud.privatecatalog.v1beta1.GcsSource gcs_source = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
GcsSource

The gcsSource.

getGcsSourceOrBuilder()

public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()

Output only. The cloud storage source.

.google.cloud.privatecatalog.v1beta1.GcsSource gcs_source = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
GcsSourceOrBuilder

getGitSource()

public abstract GitSource getGitSource()

Output only. The git source.

.google.cloud.privatecatalog.v1beta1.GitSource git_source = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
GitSource

The gitSource.

getGitSourceOrBuilder()

public abstract GitSourceOrBuilder getGitSourceOrBuilder()

Output only. The git source.

.google.cloud.privatecatalog.v1beta1.GitSource git_source = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
GitSourceOrBuilder

getId()

public abstract String getId()

Output only. A unique identifier among asset references in a product.

string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Output only. A unique identifier among asset references in a product.

string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for id.

getInputs()

public abstract Inputs getInputs()

Output only. The definition of input parameters to hydrate the asset template.

.google.cloud.privatecatalog.v1beta1.Inputs inputs = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Inputs

The inputs.

getInputsOrBuilder()

public abstract InputsOrBuilder getInputsOrBuilder()

Output only. The definition of input parameters to hydrate the asset template.

.google.cloud.privatecatalog.v1beta1.Inputs inputs = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
InputsOrBuilder

getSourceCase()

public abstract AssetReference.SourceCase getSourceCase()
Returns
TypeDescription
AssetReference.SourceCase

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The last update timestamp of the asset reference.

.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The last update timestamp of the asset reference.

.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getValidationOperation()

public abstract Operation getValidationOperation()

Output only. The validation process metadata.

.google.longrunning.Operation validation_operation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Operation

The validationOperation.

getValidationOperationOrBuilder()

public abstract OperationOrBuilder getValidationOperationOrBuilder()

Output only. The validation process metadata.

.google.longrunning.Operation validation_operation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
OperationOrBuilder

getValidationStatus()

public abstract AssetReference.AssetValidationState getValidationStatus()

Output only. The current state of the asset reference.

.google.cloud.privatecatalog.v1beta1.AssetReference.AssetValidationState validation_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
AssetReference.AssetValidationState

The validationStatus.

getValidationStatusValue()

public abstract int getValidationStatusValue()

Output only. The current state of the asset reference.

.google.cloud.privatecatalog.v1beta1.AssetReference.AssetValidationState validation_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for validationStatus.

getVersion() (deprecated)

public abstract String getVersion()

Deprecated. google.cloud.privatecatalog.v1beta1.AssetReference.version is deprecated. See google/cloud/privatecatalog/v1beta1/private_catalog.proto;l=480

The version of the source used for this asset reference.

string version = 14 [deprecated = true];

Returns
TypeDescription
String

The version.

getVersionBytes() (deprecated)

public abstract ByteString getVersionBytes()

Deprecated. google.cloud.privatecatalog.v1beta1.AssetReference.version is deprecated. See google/cloud/privatecatalog/v1beta1/private_catalog.proto;l=480

The version of the source used for this asset reference.

string version = 14 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for version.

hasAsset()

public abstract boolean hasAsset()

Output only. The asset resource name if an asset is hosted by Private Catalog.

string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the asset field is set.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The creation timestamp of the asset reference.

.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasGcsPath() (deprecated)

public abstract boolean hasGcsPath()

Deprecated. google.cloud.privatecatalog.v1beta1.AssetReference.gcs_path is deprecated. See google/cloud/privatecatalog/v1beta1/private_catalog.proto;l=461

Output only. The cloud storage object path.

string gcs_path = 11 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the gcsPath field is set.

hasGcsSource()

public abstract boolean hasGcsSource()

Output only. The cloud storage source.

.google.cloud.privatecatalog.v1beta1.GcsSource gcs_source = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the gcsSource field is set.

hasGitSource()

public abstract boolean hasGitSource()

Output only. The git source.

.google.cloud.privatecatalog.v1beta1.GitSource git_source = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the gitSource field is set.

hasInputs()

public abstract boolean hasInputs()

Output only. The definition of input parameters to hydrate the asset template.

.google.cloud.privatecatalog.v1beta1.Inputs inputs = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the inputs field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The last update timestamp of the asset reference.

.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

hasValidationOperation()

public abstract boolean hasValidationOperation()

Output only. The validation process metadata.

.google.longrunning.Operation validation_operation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the validationOperation field is set.