public final class RuntimeArtifact extends com.google.protobuf.GeneratedMessageV3 implements RuntimeArtifactOrBuilder
The definition of a runtime artifact.Protobuf type
google.cloud.aiplatform.v1beta1.RuntimeArtifact| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeArtifact.Builder
The definition of a runtime artifact.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CUSTOM_PROPERTIES_FIELD_NUMBER |
static int |
METADATA_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PROPERTIES_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
URI_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCustomProperties(String key)
Deprecated.
|
boolean |
containsProperties(String key)
Deprecated.
|
boolean |
equals(Object obj) |
Map<String,Value> |
getCustomProperties()
Deprecated.
|
int |
getCustomPropertiesCount()
Deprecated.
|
Map<String,Value> |
getCustomPropertiesMap()
Deprecated.
|
Value |
getCustomPropertiesOrDefault(String key,
Value defaultValue)
Deprecated.
|
Value |
getCustomPropertiesOrThrow(String key)
Deprecated.
|
static RuntimeArtifact |
getDefaultInstance() |
RuntimeArtifact |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Struct |
getMetadata()
Properties of the Artifact.
|
com.google.protobuf.StructOrBuilder |
getMetadataOrBuilder()
Properties of the Artifact.
|
String |
getName()
The name of an artifact.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of an artifact.
|
com.google.protobuf.Parser<RuntimeArtifact> |
getParserForType() |
Map<String,Value> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
Deprecated.
|
Map<String,Value> |
getPropertiesMap()
Deprecated.
|
Value |
getPropertiesOrDefault(String key,
Value defaultValue)
Deprecated.
|
Value |
getPropertiesOrThrow(String key)
Deprecated.
|
int |
getSerializedSize() |
ArtifactTypeSchema |
getType()
The type of the artifact.
|
ArtifactTypeSchemaOrBuilder |
getTypeOrBuilder()
The type of the artifact.
|
String |
getUri()
The URI of the artifact.
|
com.google.protobuf.ByteString |
getUriBytes()
The URI of the artifact.
|
int |
hashCode() |
boolean |
hasMetadata()
Properties of the Artifact.
|
boolean |
hasType()
The type of the artifact.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static RuntimeArtifact.Builder |
newBuilder() |
static RuntimeArtifact.Builder |
newBuilder(RuntimeArtifact prototype) |
RuntimeArtifact.Builder |
newBuilderForType() |
protected RuntimeArtifact.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RuntimeArtifact |
parseDelimitedFrom(InputStream input) |
static RuntimeArtifact |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeArtifact |
parseFrom(byte[] data) |
static RuntimeArtifact |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeArtifact |
parseFrom(ByteBuffer data) |
static RuntimeArtifact |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeArtifact |
parseFrom(com.google.protobuf.ByteString data) |
static RuntimeArtifact |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeArtifact |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RuntimeArtifact |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeArtifact |
parseFrom(InputStream input) |
static RuntimeArtifact |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RuntimeArtifact> |
parser() |
RuntimeArtifact.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
public static final int PROPERTIES_FIELD_NUMBER
public static final int CUSTOM_PROPERTIES_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
The name of an artifact.
string name = 1;getName in interface RuntimeArtifactOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of an artifact.
string name = 1;getNameBytes in interface RuntimeArtifactOrBuilderpublic boolean hasType()
The type of the artifact.
.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;hasType in interface RuntimeArtifactOrBuilderpublic ArtifactTypeSchema getType()
The type of the artifact.
.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;getType in interface RuntimeArtifactOrBuilderpublic ArtifactTypeSchemaOrBuilder getTypeOrBuilder()
The type of the artifact.
.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;getTypeOrBuilder in interface RuntimeArtifactOrBuilderpublic String getUri()
The URI of the artifact.
string uri = 3;getUri in interface RuntimeArtifactOrBuilderpublic com.google.protobuf.ByteString getUriBytes()
The URI of the artifact.
string uri = 3;getUriBytes in interface RuntimeArtifactOrBuilder@Deprecated public int getPropertiesCount()
RuntimeArtifactOrBuilderThe properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
getPropertiesCount in interface RuntimeArtifactOrBuilder@Deprecated public boolean containsProperties(String key)
The properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
containsProperties in interface RuntimeArtifactOrBuilder@Deprecated public Map<String,Value> getProperties()
getPropertiesMap() instead.getProperties in interface RuntimeArtifactOrBuilder@Deprecated public Map<String,Value> getPropertiesMap()
The properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
getPropertiesMap in interface RuntimeArtifactOrBuilder@Deprecated public Value getPropertiesOrDefault(String key, Value defaultValue)
The properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
getPropertiesOrDefault in interface RuntimeArtifactOrBuilder@Deprecated public Value getPropertiesOrThrow(String key)
The properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true];
getPropertiesOrThrow in interface RuntimeArtifactOrBuilder@Deprecated public int getCustomPropertiesCount()
RuntimeArtifactOrBuilderThe custom properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
getCustomPropertiesCount in interface RuntimeArtifactOrBuilder@Deprecated public boolean containsCustomProperties(String key)
The custom properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
containsCustomProperties in interface RuntimeArtifactOrBuilder@Deprecated public Map<String,Value> getCustomProperties()
getCustomPropertiesMap() instead.getCustomProperties in interface RuntimeArtifactOrBuilder@Deprecated public Map<String,Value> getCustomPropertiesMap()
The custom properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
getCustomPropertiesMap in interface RuntimeArtifactOrBuilder@Deprecated public Value getCustomPropertiesOrDefault(String key, Value defaultValue)
The custom properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
getCustomPropertiesOrDefault in interface RuntimeArtifactOrBuilder@Deprecated public Value getCustomPropertiesOrThrow(String key)
The custom properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true];
getCustomPropertiesOrThrow in interface RuntimeArtifactOrBuilderpublic boolean hasMetadata()
Properties of the Artifact.
.google.protobuf.Struct metadata = 6;hasMetadata in interface RuntimeArtifactOrBuilderpublic com.google.protobuf.Struct getMetadata()
Properties of the Artifact.
.google.protobuf.Struct metadata = 6;getMetadata in interface RuntimeArtifactOrBuilderpublic com.google.protobuf.StructOrBuilder getMetadataOrBuilder()
Properties of the Artifact.
.google.protobuf.Struct metadata = 6;getMetadataOrBuilder in interface RuntimeArtifactOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RuntimeArtifact parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeArtifact parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeArtifact parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeArtifact parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeArtifact parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeArtifact parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeArtifact parseFrom(InputStream input) throws IOException
IOExceptionpublic static RuntimeArtifact parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RuntimeArtifact parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RuntimeArtifact parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RuntimeArtifact parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RuntimeArtifact parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RuntimeArtifact.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RuntimeArtifact.Builder newBuilder()
public static RuntimeArtifact.Builder newBuilder(RuntimeArtifact prototype)
public RuntimeArtifact.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RuntimeArtifact.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RuntimeArtifact getDefaultInstance()
public static com.google.protobuf.Parser<RuntimeArtifact> parser()
public com.google.protobuf.Parser<RuntimeArtifact> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RuntimeArtifact getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.