Interface UpdateTagRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateTagRequest
,UpdateTagRequest.Builder
public interface UpdateTagRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tag
getTag()
The tag that replaces the resource on the server.TagOrBuilder
getTagOrBuilder()
The tag that replaces the resource on the server.com.google.protobuf.FieldMask
getUpdateMask()
The update mask applies to the resource.com.google.protobuf.FieldMaskOrBuilder
getUpdateMaskOrBuilder()
The update mask applies to the resource.boolean
hasTag()
The tag that replaces the resource on the server.boolean
hasUpdateMask()
The update mask applies to the resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTag
boolean hasTag()
The tag that replaces the resource on the server.
.google.devtools.artifactregistry.v1.Tag tag = 1;
- Returns:
- Whether the tag field is set.
-
getTag
Tag getTag()
The tag that replaces the resource on the server.
.google.devtools.artifactregistry.v1.Tag tag = 1;
- Returns:
- The tag.
-
getTagOrBuilder
TagOrBuilder getTagOrBuilder()
The tag that replaces the resource on the server.
.google.devtools.artifactregistry.v1.Tag tag = 1;
-
hasUpdateMask
boolean hasUpdateMask()
The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
.google.protobuf.FieldMask update_mask = 2;
-
-