- 3.79.0 (latest)
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.73.0
- 3.71.0
- 3.69.0
- 3.68.0
- 3.65.0
- 3.64.0
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class RuntimeArtifact.Builder extends GeneratedMessageV3.Builder<RuntimeArtifact.Builder> implements RuntimeArtifactOrBuilderThe definition of a runtime artifact.
 Protobuf type google.cloud.aiplatform.v1beta1.RuntimeArtifact
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RuntimeArtifact.BuilderImplements
RuntimeArtifactOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RuntimeArtifact.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
build()
public RuntimeArtifact build()| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact | |
buildPartial()
public RuntimeArtifact buildPartial()| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact | |
clear()
public RuntimeArtifact.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
clearCustomProperties() (deprecated)
public RuntimeArtifact.Builder clearCustomProperties()| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
clearField(Descriptors.FieldDescriptor field)
public RuntimeArtifact.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
clearMetadata()
public RuntimeArtifact.Builder clearMetadata()Properties of the Artifact.
 .google.protobuf.Struct metadata = 6;
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
clearName()
public RuntimeArtifact.Builder clearName()The name of an artifact.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public RuntimeArtifact.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
clearProperties() (deprecated)
public RuntimeArtifact.Builder clearProperties()| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
clearType()
public RuntimeArtifact.Builder clearType()The type of the artifact.
 .google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
clearUri()
public RuntimeArtifact.Builder clearUri()The URI of the artifact.
 string uri = 3;
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | This builder for chaining. | 
clone()
public RuntimeArtifact.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
containsCustomProperties(String key) (deprecated)
public boolean containsCustomProperties(String key)The custom properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| boolean | |
containsProperties(String key) (deprecated)
public boolean containsProperties(String key)The properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| boolean | |
getCustomProperties() (deprecated)
public Map<String,Value> getCustomProperties()Use #getCustomPropertiesMap() instead.
| Returns | |
|---|---|
| Type | Description | 
| Map<String,Value> | |
getCustomPropertiesCount() (deprecated)
public int getCustomPropertiesCount()The custom properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getCustomPropertiesMap() (deprecated)
public Map<String,Value> getCustomPropertiesMap()The custom properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
 
| Returns | |
|---|---|
| Type | Description | 
| Map<String,Value> | |
getCustomPropertiesOrDefault(String key, Value defaultValue) (deprecated)
public Value getCustomPropertiesOrDefault(String key, Value defaultValue)The custom properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
 
| Parameters | |
|---|---|
| Name | Description | 
| key | String | 
| defaultValue | Value | 
| Returns | |
|---|---|
| Type | Description | 
| Value | |
getCustomPropertiesOrThrow(String key) (deprecated)
public Value getCustomPropertiesOrThrow(String key)The custom properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| Value | |
getDefaultInstanceForType()
public RuntimeArtifact getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getMetadata()
public Struct getMetadata()Properties of the Artifact.
 .google.protobuf.Struct metadata = 6;
| Returns | |
|---|---|
| Type | Description | 
| Struct | The metadata. | 
getMetadataBuilder()
public Struct.Builder getMetadataBuilder()Properties of the Artifact.
 .google.protobuf.Struct metadata = 6;
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getMetadataOrBuilder()
public StructOrBuilder getMetadataOrBuilder()Properties of the Artifact.
 .google.protobuf.Struct metadata = 6;
| Returns | |
|---|---|
| Type | Description | 
| StructOrBuilder | |
getMutableCustomProperties() (deprecated)
public Map<String,Value> getMutableCustomProperties()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description | 
| Map<String,Value> | |
getMutableProperties() (deprecated)
public Map<String,Value> getMutableProperties()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description | 
| Map<String,Value> | |
getName()
public String getName()The name of an artifact.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes()The name of an artifact.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getProperties() (deprecated)
public Map<String,Value> getProperties()Use #getPropertiesMap() instead.
| Returns | |
|---|---|
| Type | Description | 
| Map<String,Value> | |
getPropertiesCount() (deprecated)
public int getPropertiesCount()The properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getPropertiesMap() (deprecated)
public Map<String,Value> getPropertiesMap()The properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
 
| Returns | |
|---|---|
| Type | Description | 
| Map<String,Value> | |
getPropertiesOrDefault(String key, Value defaultValue) (deprecated)
public Value getPropertiesOrDefault(String key, Value defaultValue)The properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
 
| Parameters | |
|---|---|
| Name | Description | 
| key | String | 
| defaultValue | Value | 
| Returns | |
|---|---|
| Type | Description | 
| Value | |
getPropertiesOrThrow(String key) (deprecated)
public Value getPropertiesOrThrow(String key)The properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| Value | |
getType()
public ArtifactTypeSchema getType()The type of the artifact.
 .google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;
| Returns | |
|---|---|
| Type | Description | 
| ArtifactTypeSchema | The type. | 
getTypeBuilder()
public ArtifactTypeSchema.Builder getTypeBuilder()The type of the artifact.
 .google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;
| Returns | |
|---|---|
| Type | Description | 
| ArtifactTypeSchema.Builder | |
getTypeOrBuilder()
public ArtifactTypeSchemaOrBuilder getTypeOrBuilder()The type of the artifact.
 .google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;
| Returns | |
|---|---|
| Type | Description | 
| ArtifactTypeSchemaOrBuilder | |
getUri()
public String getUri()The URI of the artifact.
 string uri = 3;
| Returns | |
|---|---|
| Type | Description | 
| String | The uri. | 
getUriBytes()
public ByteString getUriBytes()The URI of the artifact.
 string uri = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for uri. | 
hasMetadata()
public boolean hasMetadata()Properties of the Artifact.
 .google.protobuf.Struct metadata = 6;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the metadata field is set. | 
hasType()
public boolean hasType()The type of the artifact.
 .google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the type field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description | 
| number | int | 
| Returns | |
|---|---|
| Type | Description | 
| com.google.protobuf.MapFieldReflectionAccessor | |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description | 
| number | int | 
| Returns | |
|---|---|
| Type | Description | 
| com.google.protobuf.MapFieldReflectionAccessor | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(RuntimeArtifact other)
public RuntimeArtifact.Builder mergeFrom(RuntimeArtifact other)| Parameter | |
|---|---|
| Name | Description | 
| other | RuntimeArtifact | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RuntimeArtifact.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public RuntimeArtifact.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
mergeMetadata(Struct value)
public RuntimeArtifact.Builder mergeMetadata(Struct value)Properties of the Artifact.
 .google.protobuf.Struct metadata = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | Struct | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
mergeType(ArtifactTypeSchema value)
public RuntimeArtifact.Builder mergeType(ArtifactTypeSchema value)The type of the artifact.
 .google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ArtifactTypeSchema | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RuntimeArtifact.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
putAllCustomProperties(Map<String,Value> values) (deprecated)
public RuntimeArtifact.Builder putAllCustomProperties(Map<String,Value> values)The custom properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Map<String,Value> | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
putAllProperties(Map<String,Value> values) (deprecated)
public RuntimeArtifact.Builder putAllProperties(Map<String,Value> values)The properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Map<String,Value> | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
putCustomProperties(String key, Value value) (deprecated)
public RuntimeArtifact.Builder putCustomProperties(String key, Value value)The custom properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
 
| Parameters | |
|---|---|
| Name | Description | 
| key | String | 
| value | Value | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
putCustomPropertiesBuilderIfAbsent(String key) (deprecated)
public Value.Builder putCustomPropertiesBuilderIfAbsent(String key)The custom properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| Value.Builder | |
putProperties(String key, Value value) (deprecated)
public RuntimeArtifact.Builder putProperties(String key, Value value)The properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
 
| Parameters | |
|---|---|
| Name | Description | 
| key | String | 
| value | Value | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
putPropertiesBuilderIfAbsent(String key) (deprecated)
public Value.Builder putPropertiesBuilderIfAbsent(String key)The properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| Value.Builder | |
removeCustomProperties(String key) (deprecated)
public RuntimeArtifact.Builder removeCustomProperties(String key)The custom properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
removeProperties(String key) (deprecated)
public RuntimeArtifact.Builder removeProperties(String key)The properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.
 
 map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
 
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public RuntimeArtifact.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
setMetadata(Struct value)
public RuntimeArtifact.Builder setMetadata(Struct value)Properties of the Artifact.
 .google.protobuf.Struct metadata = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | Struct | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
setMetadata(Struct.Builder builderForValue)
public RuntimeArtifact.Builder setMetadata(Struct.Builder builderForValue)Properties of the Artifact.
 .google.protobuf.Struct metadata = 6;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
setName(String value)
public RuntimeArtifact.Builder setName(String value)The name of an artifact.
 string name = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public RuntimeArtifact.Builder setNameBytes(ByteString value)The name of an artifact.
 string name = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RuntimeArtifact.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
setType(ArtifactTypeSchema value)
public RuntimeArtifact.Builder setType(ArtifactTypeSchema value)The type of the artifact.
 .google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ArtifactTypeSchema | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
setType(ArtifactTypeSchema.Builder builderForValue)
public RuntimeArtifact.Builder setType(ArtifactTypeSchema.Builder builderForValue)The type of the artifact.
 .google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | ArtifactTypeSchema.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final RuntimeArtifact.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | |
setUri(String value)
public RuntimeArtifact.Builder setUri(String value)The URI of the artifact.
 string uri = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe uri to set. | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | This builder for chaining. | 
setUriBytes(ByteString value)
public RuntimeArtifact.Builder setUriBytes(ByteString value)The URI of the artifact.
 string uri = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for uri to set. | 
| Returns | |
|---|---|
| Type | Description | 
| RuntimeArtifact.Builder | This builder for chaining. |