public static final class ListDockerImagesRequest.Builder extends GeneratedMessageV3.Builder<ListDockerImagesRequest.Builder> implements ListDockerImagesRequestOrBuilderThe request to list docker images.
Protobuf type google.devtools.artifactregistry.v1.ListDockerImagesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListDockerImagesRequest.BuilderImplements
ListDockerImagesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDockerImagesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
ListDockerImagesRequest.Builder |
build()
public ListDockerImagesRequest build()| Type | Description |
ListDockerImagesRequest |
buildPartial()
public ListDockerImagesRequest buildPartial()| Type | Description |
ListDockerImagesRequest |
clear()
public ListDockerImagesRequest.Builder clear()| Type | Description |
ListDockerImagesRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListDockerImagesRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
ListDockerImagesRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDockerImagesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
ListDockerImagesRequest.Builder |
clearOrderBy()
public ListDockerImagesRequest.Builder clearOrderBy()The field to order the results by.
string order_by = 4;
| Type | Description |
ListDockerImagesRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListDockerImagesRequest.Builder clearPageSize()The maximum number of artifacts to return.
int32 page_size = 2;
| Type | Description |
ListDockerImagesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListDockerImagesRequest.Builder clearPageToken()The next_page_token value returned from a previous list request, if any.
string page_token = 3;
| Type | Description |
ListDockerImagesRequest.Builder |
This builder for chaining. |
clearParent()
public ListDockerImagesRequest.Builder clearParent()Required. The name of the parent resource whose docker images will be listed.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
ListDockerImagesRequest.Builder |
This builder for chaining. |
clone()
public ListDockerImagesRequest.Builder clone()| Type | Description |
ListDockerImagesRequest.Builder |
getDefaultInstanceForType()
public ListDockerImagesRequest getDefaultInstanceForType()| Type | Description |
ListDockerImagesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getOrderBy()
public String getOrderBy()The field to order the results by.
string order_by = 4;
| Type | Description |
String |
The orderBy. |
getOrderByBytes()
public ByteString getOrderByBytes()The field to order the results by.
string order_by = 4;
| Type | Description |
ByteString |
The bytes for orderBy. |
getPageSize()
public int getPageSize()The maximum number of artifacts to return.
int32 page_size = 2;
| 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;
| 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;
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The name of the parent resource whose docker images will be listed.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The name of the parent resource whose docker images will be listed.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeFrom(ListDockerImagesRequest other)
public ListDockerImagesRequest.Builder mergeFrom(ListDockerImagesRequest other)| Name | Description |
other |
ListDockerImagesRequest |
| Type | Description |
ListDockerImagesRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDockerImagesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
ListDockerImagesRequest.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public ListDockerImagesRequest.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
ListDockerImagesRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDockerImagesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
ListDockerImagesRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListDockerImagesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
ListDockerImagesRequest.Builder |
setOrderBy(String value)
public ListDockerImagesRequest.Builder setOrderBy(String value)The field to order the results by.
string order_by = 4;
| Name | Description |
value |
StringThe orderBy to set. |
| Type | Description |
ListDockerImagesRequest.Builder |
This builder for chaining. |
setOrderByBytes(ByteString value)
public ListDockerImagesRequest.Builder setOrderByBytes(ByteString value)The field to order the results by.
string order_by = 4;
| Name | Description |
value |
ByteStringThe bytes for orderBy to set. |
| Type | Description |
ListDockerImagesRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListDockerImagesRequest.Builder setPageSize(int value)The maximum number of artifacts to return.
int32 page_size = 2;
| Name | Description |
value |
intThe pageSize to set. |
| Type | Description |
ListDockerImagesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListDockerImagesRequest.Builder setPageToken(String value)The next_page_token value returned from a previous list request, if any.
string page_token = 3;
| Name | Description |
value |
StringThe pageToken to set. |
| Type | Description |
ListDockerImagesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListDockerImagesRequest.Builder setPageTokenBytes(ByteString value)The next_page_token value returned from a previous list request, if any.
string page_token = 3;
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Type | Description |
ListDockerImagesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListDockerImagesRequest.Builder setParent(String value)Required. The name of the parent resource whose docker images will be listed.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
value |
StringThe parent to set. |
| Type | Description |
ListDockerImagesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListDockerImagesRequest.Builder setParentBytes(ByteString value)Required. The name of the parent resource whose docker images will be listed.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Type | Description |
ListDockerImagesRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDockerImagesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
ListDockerImagesRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDockerImagesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
ListDockerImagesRequest.Builder |