- 0.80.0 (latest)
- 0.78.0
- 0.77.0
- 0.76.0
- 0.75.0
- 0.74.0
- 0.72.0
- 0.70.0
- 0.69.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.3.7
public static final class AssetReference.Builder extends GeneratedMessageV3.Builder<AssetReference.Builder> implements AssetReferenceOrBuilderDefines the reference of an asset belonging to a product.
Protobuf type google.cloud.privatecatalog.v1beta1.AssetReference
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AssetReference.BuilderImplements
AssetReferenceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AssetReference.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| AssetReference.Builder |
build()
public AssetReference build()| Type | Description |
| AssetReference |
buildPartial()
public AssetReference buildPartial()| Type | Description |
| AssetReference |
clear()
public AssetReference.Builder clear()| Type | Description |
| AssetReference.Builder |
clearAsset()
public AssetReference.Builder clearAsset()Output only. The asset resource name if an asset is hosted by Private Catalog.
string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
clearCreateTime()
public AssetReference.Builder clearCreateTime()Output only. The creation timestamp of the asset reference.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| AssetReference.Builder |
clearDescription()
public AssetReference.Builder clearDescription()Output only. The human-readable description of the referenced asset. Maximum 256 characters in length.
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AssetReference.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| AssetReference.Builder |
clearGcsPath() (deprecated)
public AssetReference.Builder clearGcsPath()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];
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
clearGcsSource()
public AssetReference.Builder clearGcsSource()Output only. The cloud storage source.
.google.cloud.privatecatalog.v1beta1.GcsSource gcs_source = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| AssetReference.Builder |
clearGitSource()
public AssetReference.Builder clearGitSource()Output only. The git source.
.google.cloud.privatecatalog.v1beta1.GitSource git_source = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| AssetReference.Builder |
clearId()
public AssetReference.Builder clearId()Output only. A unique identifier among asset references in a product.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
clearInputs()
public AssetReference.Builder clearInputs()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];
| Type | Description |
| AssetReference.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AssetReference.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| AssetReference.Builder |
clearSource()
public AssetReference.Builder clearSource()| Type | Description |
| AssetReference.Builder |
clearUpdateTime()
public AssetReference.Builder clearUpdateTime()Output only. The last update timestamp of the asset reference.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| AssetReference.Builder |
clearValidationOperation()
public AssetReference.Builder clearValidationOperation()Output only. The validation process metadata.
.google.longrunning.Operation validation_operation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| AssetReference.Builder |
clearValidationStatus()
public AssetReference.Builder clearValidationStatus()Output only. The current state of the asset reference.
.google.cloud.privatecatalog.v1beta1.AssetReference.AssetValidationState validation_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
clearVersion() (deprecated)
public AssetReference.Builder clearVersion()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];
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
clone()
public AssetReference.Builder clone()| Type | Description |
| AssetReference.Builder |
getAsset()
public 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];
| Type | Description |
| String | The asset. |
getAssetBytes()
public 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];
| Type | Description |
| ByteString | The bytes for asset. |
getCreateTime()
public Timestamp getCreateTime()Output only. The creation timestamp of the asset reference.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The creation timestamp of the asset reference.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The creation timestamp of the asset reference.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getDefaultInstanceForType()
public AssetReference getDefaultInstanceForType()| Type | Description |
| AssetReference |
getDescription()
public 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];
| Type | Description |
| String | The description. |
getDescriptionBytes()
public 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];
| Type | Description |
| ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getGcsPath() (deprecated)
public 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];
| Type | Description |
| String | The gcsPath. |
getGcsPathBytes() (deprecated)
public 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];
| Type | Description |
| ByteString | The bytes for gcsPath. |
getGcsSource()
public GcsSource getGcsSource()Output only. The cloud storage source.
.google.cloud.privatecatalog.v1beta1.GcsSource gcs_source = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| GcsSource | The gcsSource. |
getGcsSourceBuilder()
public GcsSource.Builder getGcsSourceBuilder()Output only. The cloud storage source.
.google.cloud.privatecatalog.v1beta1.GcsSource gcs_source = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| GcsSource.Builder |
getGcsSourceOrBuilder()
public GcsSourceOrBuilder getGcsSourceOrBuilder()Output only. The cloud storage source.
.google.cloud.privatecatalog.v1beta1.GcsSource gcs_source = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| GcsSourceOrBuilder |
getGitSource()
public GitSource getGitSource()Output only. The git source.
.google.cloud.privatecatalog.v1beta1.GitSource git_source = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| GitSource | The gitSource. |
getGitSourceBuilder()
public GitSource.Builder getGitSourceBuilder()Output only. The git source.
.google.cloud.privatecatalog.v1beta1.GitSource git_source = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| GitSource.Builder |
getGitSourceOrBuilder()
public GitSourceOrBuilder getGitSourceOrBuilder()Output only. The git source.
.google.cloud.privatecatalog.v1beta1.GitSource git_source = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| GitSourceOrBuilder |
getId()
public String getId()Output only. A unique identifier among asset references in a product.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The id. |
getIdBytes()
public ByteString getIdBytes()Output only. A unique identifier among asset references in a product.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for id. |
getInputs()
public 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];
| Type | Description |
| Inputs | The inputs. |
getInputsBuilder()
public Inputs.Builder getInputsBuilder()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];
| Type | Description |
| Inputs.Builder |
getInputsOrBuilder()
public 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];
| Type | Description |
| InputsOrBuilder |
getSourceCase()
public AssetReference.SourceCase getSourceCase()| Type | Description |
| AssetReference.SourceCase |
getUpdateTime()
public Timestamp getUpdateTime()Output only. The last update timestamp of the asset reference.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The last update timestamp of the asset reference.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The last update timestamp of the asset reference.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getValidationOperation()
public Operation getValidationOperation()Output only. The validation process metadata.
.google.longrunning.Operation validation_operation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Operation | The validationOperation. |
getValidationOperationBuilder()
public Operation.Builder getValidationOperationBuilder()Output only. The validation process metadata.
.google.longrunning.Operation validation_operation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getValidationOperationOrBuilder()
public OperationOrBuilder getValidationOperationOrBuilder()Output only. The validation process metadata.
.google.longrunning.Operation validation_operation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| OperationOrBuilder |
getValidationStatus()
public 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];
| Type | Description |
| AssetReference.AssetValidationState | The validationStatus. |
getValidationStatusValue()
public 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];
| Type | Description |
| int | The enum numeric value on the wire for validationStatus. |
getVersion() (deprecated)
public 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];
| Type | Description |
| String | The version. |
getVersionBytes() (deprecated)
public 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];
| Type | Description |
| ByteString | The bytes for version. |
hasAsset()
public 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];
| Type | Description |
| boolean | Whether the asset field is set. |
hasCreateTime()
public boolean hasCreateTime()Output only. The creation timestamp of the asset reference.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the createTime field is set. |
hasGcsPath() (deprecated)
public 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];
| Type | Description |
| boolean | Whether the gcsPath field is set. |
hasGcsSource()
public boolean hasGcsSource()Output only. The cloud storage source.
.google.cloud.privatecatalog.v1beta1.GcsSource gcs_source = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the gcsSource field is set. |
hasGitSource()
public boolean hasGitSource()Output only. The git source.
.google.cloud.privatecatalog.v1beta1.GitSource git_source = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the gitSource field is set. |
hasInputs()
public 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];
| Type | Description |
| boolean | Whether the inputs field is set. |
hasUpdateTime()
public boolean hasUpdateTime()Output only. The last update timestamp of the asset reference.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the updateTime field is set. |
hasValidationOperation()
public boolean hasValidationOperation()Output only. The validation process metadata.
.google.longrunning.Operation validation_operation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the validationOperation field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeCreateTime(Timestamp value)
public AssetReference.Builder mergeCreateTime(Timestamp value)Output only. The creation timestamp of the asset reference.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| AssetReference.Builder |
mergeFrom(AssetReference other)
public AssetReference.Builder mergeFrom(AssetReference other)| Name | Description |
| other | AssetReference |
| Type | Description |
| AssetReference.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AssetReference.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| AssetReference.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public AssetReference.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| AssetReference.Builder |
mergeGcsSource(GcsSource value)
public AssetReference.Builder mergeGcsSource(GcsSource value)Output only. The cloud storage source.
.google.cloud.privatecatalog.v1beta1.GcsSource gcs_source = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | GcsSource |
| Type | Description |
| AssetReference.Builder |
mergeGitSource(GitSource value)
public AssetReference.Builder mergeGitSource(GitSource value)Output only. The git source.
.google.cloud.privatecatalog.v1beta1.GitSource git_source = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | GitSource |
| Type | Description |
| AssetReference.Builder |
mergeInputs(Inputs value)
public AssetReference.Builder mergeInputs(Inputs value)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];
| Name | Description |
| value | Inputs |
| Type | Description |
| AssetReference.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AssetReference.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| AssetReference.Builder |
mergeUpdateTime(Timestamp value)
public AssetReference.Builder mergeUpdateTime(Timestamp value)Output only. The last update timestamp of the asset reference.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| AssetReference.Builder |
mergeValidationOperation(Operation value)
public AssetReference.Builder mergeValidationOperation(Operation value)Output only. The validation process metadata.
.google.longrunning.Operation validation_operation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Operation |
| Type | Description |
| AssetReference.Builder |
setAsset(String value)
public AssetReference.Builder setAsset(String value)Output only. The asset resource name if an asset is hosted by Private Catalog.
string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | StringThe asset to set. |
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
setAssetBytes(ByteString value)
public AssetReference.Builder setAssetBytes(ByteString value)Output only. The asset resource name if an asset is hosted by Private Catalog.
string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for asset to set. |
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
setCreateTime(Timestamp value)
public AssetReference.Builder setCreateTime(Timestamp value)Output only. The creation timestamp of the asset reference.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| AssetReference.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public AssetReference.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The creation timestamp of the asset reference.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| AssetReference.Builder |
setDescription(String value)
public AssetReference.Builder setDescription(String value)Output only. The human-readable description of the referenced asset. Maximum 256 characters in length.
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | StringThe description to set. |
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public AssetReference.Builder setDescriptionBytes(ByteString value)Output only. The human-readable description of the referenced asset. Maximum 256 characters in length.
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for description to set. |
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AssetReference.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| AssetReference.Builder |
setGcsPath(String value) (deprecated)
public AssetReference.Builder setGcsPath(String value)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];
| Name | Description |
| value | StringThe gcsPath to set. |
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
setGcsPathBytes(ByteString value) (deprecated)
public AssetReference.Builder setGcsPathBytes(ByteString value)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];
| Name | Description |
| value | ByteStringThe bytes for gcsPath to set. |
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
setGcsSource(GcsSource value)
public AssetReference.Builder setGcsSource(GcsSource value)Output only. The cloud storage source.
.google.cloud.privatecatalog.v1beta1.GcsSource gcs_source = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | GcsSource |
| Type | Description |
| AssetReference.Builder |
setGcsSource(GcsSource.Builder builderForValue)
public AssetReference.Builder setGcsSource(GcsSource.Builder builderForValue)Output only. The cloud storage source.
.google.cloud.privatecatalog.v1beta1.GcsSource gcs_source = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | GcsSource.Builder |
| Type | Description |
| AssetReference.Builder |
setGitSource(GitSource value)
public AssetReference.Builder setGitSource(GitSource value)Output only. The git source.
.google.cloud.privatecatalog.v1beta1.GitSource git_source = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | GitSource |
| Type | Description |
| AssetReference.Builder |
setGitSource(GitSource.Builder builderForValue)
public AssetReference.Builder setGitSource(GitSource.Builder builderForValue)Output only. The git source.
.google.cloud.privatecatalog.v1beta1.GitSource git_source = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | GitSource.Builder |
| Type | Description |
| AssetReference.Builder |
setId(String value)
public AssetReference.Builder setId(String value)Output only. A unique identifier among asset references in a product.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | StringThe id to set. |
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
setIdBytes(ByteString value)
public AssetReference.Builder setIdBytes(ByteString value)Output only. A unique identifier among asset references in a product.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for id to set. |
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
setInputs(Inputs value)
public AssetReference.Builder setInputs(Inputs value)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];
| Name | Description |
| value | Inputs |
| Type | Description |
| AssetReference.Builder |
setInputs(Inputs.Builder builderForValue)
public AssetReference.Builder setInputs(Inputs.Builder builderForValue)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];
| Name | Description |
| builderForValue | Inputs.Builder |
| Type | Description |
| AssetReference.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AssetReference.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| AssetReference.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AssetReference.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| AssetReference.Builder |
setUpdateTime(Timestamp value)
public AssetReference.Builder setUpdateTime(Timestamp value)Output only. The last update timestamp of the asset reference.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| AssetReference.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public AssetReference.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The last update timestamp of the asset reference.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| AssetReference.Builder |
setValidationOperation(Operation value)
public AssetReference.Builder setValidationOperation(Operation value)Output only. The validation process metadata.
.google.longrunning.Operation validation_operation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Operation |
| Type | Description |
| AssetReference.Builder |
setValidationOperation(Operation.Builder builderForValue)
public AssetReference.Builder setValidationOperation(Operation.Builder builderForValue)Output only. The validation process metadata.
.google.longrunning.Operation validation_operation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| AssetReference.Builder |
setValidationStatus(AssetReference.AssetValidationState value)
public AssetReference.Builder setValidationStatus(AssetReference.AssetValidationState value)Output only. The current state of the asset reference.
.google.cloud.privatecatalog.v1beta1.AssetReference.AssetValidationState validation_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | AssetReference.AssetValidationStateThe validationStatus to set. |
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
setValidationStatusValue(int value)
public AssetReference.Builder setValidationStatusValue(int value)Output only. The current state of the asset reference.
.google.cloud.privatecatalog.v1beta1.AssetReference.AssetValidationState validation_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | intThe enum numeric value on the wire for validationStatus to set. |
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
setVersion(String value) (deprecated)
public AssetReference.Builder setVersion(String value)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];
| Name | Description |
| value | StringThe version to set. |
| Type | Description |
| AssetReference.Builder | This builder for chaining. |
setVersionBytes(ByteString value) (deprecated)
public AssetReference.Builder setVersionBytes(ByteString value)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];
| Name | Description |
| value | ByteStringThe bytes for version to set. |
| Type | Description |
| AssetReference.Builder | This builder for chaining. |