Interface ListImageVersionsRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListImageVersionsRequest, ListImageVersionsRequest.Builder

    public interface ListImageVersionsRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getIncludePastReleases()
      Whether or not image versions from old releases should be included.
      int getPageSize()
      The maximum number of image_versions to return.
      String getPageToken()
      The next_page_token value returned from a previous List request, if any.
      com.google.protobuf.ByteString getPageTokenBytes()
      The next_page_token value returned from a previous List request, if any.
      String getParent()
      List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"
      com.google.protobuf.ByteString getParentBytes()
      List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getParent

        String getParent()
         List ImageVersions in the given project and location, in the form:
         "projects/{projectId}/locations/{locationId}"
         
        string parent = 1;
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         List ImageVersions in the given project and location, in the form:
         "projects/{projectId}/locations/{locationId}"
         
        string parent = 1;
        Returns:
        The bytes for parent.
      • getPageSize

        int getPageSize()
         The maximum number of image_versions to return.
         
        int32 page_size = 2;
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         The next_page_token value returned from a previous List request, if any.
         
        string page_token = 3;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         The next_page_token value returned from a previous List request, if any.
         
        string page_token = 3;
        Returns:
        The bytes for pageToken.
      • getIncludePastReleases

        boolean getIncludePastReleases()
         Whether or not image versions from old releases should be included.
         
        bool include_past_releases = 4;
        Returns:
        The includePastReleases.