Package flyteidl.admin
Interface Common.NamedEntityUpdateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.NamedEntityUpdateRequest,Common.NamedEntityUpdateRequest.Builder
- Enclosing class:
- Common
public static interface Common.NamedEntityUpdateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Common.NamedEntityIdentifiergetId()Identifier of the metadata to update +requiredCommon.NamedEntityIdentifierOrBuildergetIdOrBuilder()Identifier of the metadata to update +requiredCommon.NamedEntityMetadatagetMetadata()Metadata object to set as the new value +requiredCommon.NamedEntityMetadataOrBuildergetMetadataOrBuilder()Metadata object to set as the new value +requiredIdentifierOuterClass.ResourceTypegetResourceType()Resource type of the metadata to update +requiredintgetResourceTypeValue()Resource type of the metadata to update +requiredbooleanhasId()Identifier of the metadata to update +requiredbooleanhasMetadata()Metadata object to set as the new value +required-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceTypeValue
int getResourceTypeValue()
Resource type of the metadata to update +required
.flyteidl.core.ResourceType resource_type = 1;- Returns:
- The enum numeric value on the wire for resourceType.
-
getResourceType
IdentifierOuterClass.ResourceType getResourceType()
Resource type of the metadata to update +required
.flyteidl.core.ResourceType resource_type = 1;- Returns:
- The resourceType.
-
hasId
boolean hasId()
Identifier of the metadata to update +required
.flyteidl.admin.NamedEntityIdentifier id = 2;- Returns:
- Whether the id field is set.
-
getId
Common.NamedEntityIdentifier getId()
Identifier of the metadata to update +required
.flyteidl.admin.NamedEntityIdentifier id = 2;- Returns:
- The id.
-
getIdOrBuilder
Common.NamedEntityIdentifierOrBuilder getIdOrBuilder()
Identifier of the metadata to update +required
.flyteidl.admin.NamedEntityIdentifier id = 2;
-
hasMetadata
boolean hasMetadata()
Metadata object to set as the new value +required
.flyteidl.admin.NamedEntityMetadata metadata = 3;- Returns:
- Whether the metadata field is set.
-
getMetadata
Common.NamedEntityMetadata getMetadata()
Metadata object to set as the new value +required
.flyteidl.admin.NamedEntityMetadata metadata = 3;- Returns:
- The metadata.
-
getMetadataOrBuilder
Common.NamedEntityMetadataOrBuilder getMetadataOrBuilder()
Metadata object to set as the new value +required
.flyteidl.admin.NamedEntityMetadata metadata = 3;
-
-