public final class ListTagsRequest extends GeneratedMessage implements ListTagsRequestOrBuilder
The request to list tags.
Protobuf type google.devtools.artifactregistry.v1.ListTagsRequest
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int FILTER_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int PARENT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static ListTagsRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ListTagsRequest.Builder newBuilder()
public static ListTagsRequest.Builder newBuilder(ListTagsRequest prototype)
public static ListTagsRequest parseDelimitedFrom(InputStream input)
public static ListTagsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTagsRequest parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static ListTagsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTagsRequest parseFrom(ByteString data)
public static ListTagsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTagsRequest parseFrom(CodedInputStream input)
public static ListTagsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTagsRequest parseFrom(InputStream input)
public static ListTagsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTagsRequest parseFrom(ByteBuffer data)
public static ListTagsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ListTagsRequest> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public ListTagsRequest getDefaultInstanceForType()
public String getFilter()
An expression for filtering the results of the request. Filter rules are
case insensitive. The fields eligible for filtering are:
name
version
Examples of using a filter:
To filter the results of your request to tags with the name my-tag in
package my-package in repository my-repo in project "y-project in
the us-central region, append the following filter expression to your
request:
name="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-package/tags/my-tag"
You can also use wildcards to match any number of characters before or
after the value:
name="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-package/tags/my*"
name="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-package/tags/*tag"
name="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-package/tags/*tag*"
To filter the results of your request to tags applied to the version
1.0 in package my-package, append the following filter expression to
your request:
version="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-package/versions/1.0"
string filter = 4;
| Returns |
| Type |
Description |
String |
The filter.
|
public ByteString getFilterBytes()
An expression for filtering the results of the request. Filter rules are
case insensitive. The fields eligible for filtering are:
name
version
Examples of using a filter:
To filter the results of your request to tags with the name my-tag in
package my-package in repository my-repo in project "y-project in
the us-central region, append the following filter expression to your
request:
name="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-package/tags/my-tag"
You can also use wildcards to match any number of characters before or
after the value:
name="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-package/tags/my*"
name="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-package/tags/*tag"
name="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-package/tags/*tag*"
To filter the results of your request to tags applied to the version
1.0 in package my-package, append the following filter expression to
your request:
version="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-package/versions/1.0"
string filter = 4;
| Returns |
| Type |
Description |
ByteString |
The bytes for filter.
|
getPageSize()
The maximum number of tags to return. Maximum page size is 1,000.
int32 page_size = 2;
| Returns |
| Type |
Description |
int |
The pageSize.
|
getPageToken()
public String getPageToken()
The next_page_token value returned from a previous list request, if any.
string page_token = 3;
| Returns |
| Type |
Description |
String |
The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
The next_page_token value returned from a previous list request, if any.
string page_token = 3;
| Returns |
| Type |
Description |
ByteString |
The bytes for pageToken.
|
public String getParent()
The name of the parent package whose tags will be listed.
For example:
projects/p1/locations/us-central1/repositories/repo1/packages/pkg1.
string parent = 1;
| Returns |
| Type |
Description |
String |
The parent.
|
public ByteString getParentBytes()
The name of the parent package whose tags will be listed.
For example:
projects/p1/locations/us-central1/repositories/repo1/packages/pkg1.
string parent = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for parent.
|
public Parser<ListTagsRequest> getParserForType()
Overrides
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListTagsRequest.Builder newBuilderForType()
protected ListTagsRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public ListTagsRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides