public static final class Version.Builder extends GeneratedMessageV3.Builder<Version.Builder> implements VersionOrBuilder The consumer representation of a version which is a child resource under a
Product with asset data.
Protobuf type google.cloud.privatecatalog.v1beta1.Version
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Version.BuilderImplements
VersionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Version.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Version.Builder |
build()
public Version build()| Type | Description |
| Version |
buildPartial()
public Version buildPartial()| Type | Description |
| Version |
clear()
public Version.Builder clear()| Type | Description |
| Version.Builder |
clearAsset()
public Version.Builder clearAsset()Output only. The asset which has been validated and is ready to be provisioned. See [google.cloud.privatecatalogproducer.v1beta.Version.asset][] for details.
.google.protobuf.Struct asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Version.Builder |
clearCreateTime()
public Version.Builder clearCreateTime()Output only. The time when the version was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Version.Builder |
clearDescription()
public Version.Builder clearDescription()Output only. The user-supplied description of the version. Maximum of 256 characters.
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Version.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Version.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Version.Builder |
clearName()
public Version.Builder clearName()Output only. The resource name of the version, in the format `catalogs/{catalog}/products/{product}/versions/a-z*[a-z0-9]'. A unique identifier for the version under a product.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Version.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Version.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Version.Builder |
clearUpdateTime()
public Version.Builder clearUpdateTime()Output only. The time when the version was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Version.Builder |
clone()
public Version.Builder clone()| Type | Description |
| Version.Builder |
getAsset()
public Struct getAsset()Output only. The asset which has been validated and is ready to be provisioned. See [google.cloud.privatecatalogproducer.v1beta.Version.asset][] for details.
.google.protobuf.Struct asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Struct | The asset. |
getAssetBuilder()
public Struct.Builder getAssetBuilder()Output only. The asset which has been validated and is ready to be provisioned. See [google.cloud.privatecatalogproducer.v1beta.Version.asset][] for details.
.google.protobuf.Struct asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getAssetOrBuilder()
public StructOrBuilder getAssetOrBuilder()Output only. The asset which has been validated and is ready to be provisioned. See [google.cloud.privatecatalogproducer.v1beta.Version.asset][] for details.
.google.protobuf.Struct asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| StructOrBuilder |
getCreateTime()
public Timestamp getCreateTime()Output only. The time when the version was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The time when the version was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time when the version was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getDefaultInstanceForType()
public Version getDefaultInstanceForType()| Type | Description |
| Version |
getDescription()
public String getDescription()Output only. The user-supplied description of the version. Maximum of 256 characters.
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()Output only. The user-supplied description of the version. Maximum of 256 characters.
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getName()
public String getName()Output only. The resource name of the version, in the format `catalogs/{catalog}/products/{product}/versions/a-z*[a-z0-9]'. A unique identifier for the version under a product.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The name. |
getNameBytes()
public ByteString getNameBytes()Output only. The resource name of the version, in the format `catalogs/{catalog}/products/{product}/versions/a-z*[a-z0-9]'. A unique identifier for the version under a product.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for name. |
getUpdateTime()
public Timestamp getUpdateTime()Output only. The time when the version was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The time when the version was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The time when the version was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
hasAsset()
public boolean hasAsset()Output only. The asset which has been validated and is ready to be provisioned. See [google.cloud.privatecatalogproducer.v1beta.Version.asset][] for details.
.google.protobuf.Struct asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the asset field is set. |
hasCreateTime()
public boolean hasCreateTime()Output only. The time when the version was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the createTime field is set. |
hasUpdateTime()
public boolean hasUpdateTime()Output only. The time when the version was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeAsset(Struct value)
public Version.Builder mergeAsset(Struct value)Output only. The asset which has been validated and is ready to be provisioned. See [google.cloud.privatecatalogproducer.v1beta.Version.asset][] for details.
.google.protobuf.Struct asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Struct |
| Type | Description |
| Version.Builder |
mergeCreateTime(Timestamp value)
public Version.Builder mergeCreateTime(Timestamp value)Output only. The time when the version was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| Version.Builder |
mergeFrom(Version other)
public Version.Builder mergeFrom(Version other)| Name | Description |
| other | Version |
| Type | Description |
| Version.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Version.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Version.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Version.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Version.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Version.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Version.Builder |
mergeUpdateTime(Timestamp value)
public Version.Builder mergeUpdateTime(Timestamp value)Output only. The time when the version was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| Version.Builder |
setAsset(Struct value)
public Version.Builder setAsset(Struct value)Output only. The asset which has been validated and is ready to be provisioned. See [google.cloud.privatecatalogproducer.v1beta.Version.asset][] for details.
.google.protobuf.Struct asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Struct |
| Type | Description |
| Version.Builder |
setAsset(Struct.Builder builderForValue)
public Version.Builder setAsset(Struct.Builder builderForValue)Output only. The asset which has been validated and is ready to be provisioned. See [google.cloud.privatecatalogproducer.v1beta.Version.asset][] for details.
.google.protobuf.Struct asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| Version.Builder |
setCreateTime(Timestamp value)
public Version.Builder setCreateTime(Timestamp value)Output only. The time when the version was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| Version.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public Version.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The time when the version was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| Version.Builder |
setDescription(String value)
public Version.Builder setDescription(String value)Output only. The user-supplied description of the version. Maximum of 256 characters.
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | StringThe description to set. |
| Type | Description |
| Version.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public Version.Builder setDescriptionBytes(ByteString value)Output only. The user-supplied description of the version. Maximum of 256 characters.
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for description to set. |
| Type | Description |
| Version.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Version.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Version.Builder |
setName(String value)
public Version.Builder setName(String value)Output only. The resource name of the version, in the format `catalogs/{catalog}/products/{product}/versions/a-z*[a-z0-9]'. A unique identifier for the version under a product.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | StringThe name to set. |
| Type | Description |
| Version.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Version.Builder setNameBytes(ByteString value)Output only. The resource name of the version, in the format `catalogs/{catalog}/products/{product}/versions/a-z*[a-z0-9]'. A unique identifier for the version under a product.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for name to set. |
| Type | Description |
| Version.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Version.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Version.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Version.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Version.Builder |
setUpdateTime(Timestamp value)
public Version.Builder setUpdateTime(Timestamp value)Output only. The time when the version was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| Version.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public Version.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The time when the version was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| Version.Builder |