Uses of Class
com.google.cloud.aiplatform.v1.MetadataSchema.Builder
Packages that use MetadataSchema.Builder
-
Uses of MetadataSchema.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return MetadataSchema.BuilderModifier and TypeMethodDescriptionListMetadataSchemasResponse.Builder.addMetadataSchemasBuilder()The MetadataSchemas found for the MetadataStore.ListMetadataSchemasResponse.Builder.addMetadataSchemasBuilder(int index) The MetadataSchemas found for the MetadataStore.MetadataSchema.Builder.clear()MetadataSchema.Builder.clearCreateTime()Output only.MetadataSchema.Builder.clearDescription()Description of the Metadata SchemaMetadataSchema.Builder.clearName()Output only.MetadataSchema.Builder.clearSchema()Required.MetadataSchema.Builder.clearSchemaType()The type of the MetadataSchema.MetadataSchema.Builder.clearSchemaVersion()The version of the MetadataSchema.CreateMetadataSchemaRequest.Builder.getMetadataSchemaBuilder()Required.ListMetadataSchemasResponse.Builder.getMetadataSchemasBuilder(int index) The MetadataSchemas found for the MetadataStore.MetadataSchema.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.MetadataSchema.Builder.mergeFrom(MetadataSchema other) MetadataSchema.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MetadataSchema.Builder.mergeFrom(com.google.protobuf.Message other) static MetadataSchema.BuilderMetadataSchema.newBuilder()static MetadataSchema.BuilderMetadataSchema.newBuilder(MetadataSchema prototype) MetadataSchema.newBuilderForType()protected MetadataSchema.BuilderMetadataSchema.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) MetadataSchema.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.MetadataSchema.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.MetadataSchema.Builder.setDescription(String value) Description of the Metadata SchemaMetadataSchema.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Description of the Metadata SchemaOutput only.MetadataSchema.Builder.setNameBytes(com.google.protobuf.ByteString value) Output only.Required.MetadataSchema.Builder.setSchemaBytes(com.google.protobuf.ByteString value) Required.MetadataSchema.Builder.setSchemaType(MetadataSchema.MetadataSchemaType value) The type of the MetadataSchema.MetadataSchema.Builder.setSchemaTypeValue(int value) The type of the MetadataSchema.MetadataSchema.Builder.setSchemaVersion(String value) The version of the MetadataSchema.MetadataSchema.Builder.setSchemaVersionBytes(com.google.protobuf.ByteString value) The version of the MetadataSchema.MetadataSchema.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type MetadataSchema.BuilderModifier and TypeMethodDescriptionListMetadataSchemasResponse.Builder.getMetadataSchemasBuilderList()The MetadataSchemas found for the MetadataStore.Methods in com.google.cloud.aiplatform.v1 with parameters of type MetadataSchema.BuilderModifier and TypeMethodDescriptionListMetadataSchemasResponse.Builder.addMetadataSchemas(int index, MetadataSchema.Builder builderForValue) The MetadataSchemas found for the MetadataStore.ListMetadataSchemasResponse.Builder.addMetadataSchemas(MetadataSchema.Builder builderForValue) The MetadataSchemas found for the MetadataStore.CreateMetadataSchemaRequest.Builder.setMetadataSchema(MetadataSchema.Builder builderForValue) Required.ListMetadataSchemasResponse.Builder.setMetadataSchemas(int index, MetadataSchema.Builder builderForValue) The MetadataSchemas found for the MetadataStore.