Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::ListDockerImagesRequest.
The request to list docker images.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#order_by
def order_by() -> ::String
    Returns
    
  - (::String) — The field to order the results by.
 
#order_by=
def order_by=(value) -> ::String
    Parameter
    
  - value (::String) — The field to order the results by.
 
    Returns
    
  - (::String) — The field to order the results by.
 
#page_size
def page_size() -> ::Integer
    Returns
    
  - (::Integer) — The maximum number of artifacts to return.
 
#page_size=
def page_size=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The maximum number of artifacts to return.
 
    Returns
    
  - (::Integer) — The maximum number of artifacts to return.
 
#page_token
def page_token() -> ::String
    Returns
    
  - (::String) — The next_page_token value returned from a previous list request, if any.
 
#page_token=
def page_token=(value) -> ::String
    Parameter
    
  - value (::String) — The next_page_token value returned from a previous list request, if any.
 
    Returns
    
  - (::String) — The next_page_token value returned from a previous list request, if any.
 
#parent
def parent() -> ::String
    Returns
    
  - (::String) — Required. The name of the parent resource whose docker images will be listed.
 
#parent=
def parent=(value) -> ::String
    Parameter
    
  - value (::String) — Required. The name of the parent resource whose docker images will be listed.
 
    Returns
    
- (::String) — Required. The name of the parent resource whose docker images will be listed.