Interface ListAuthorizedCertificatesRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPageSize()
      Maximum results to return per page.
      String getPageToken()
      Continuation token for fetching the next page of results.
      com.google.protobuf.ByteString getPageTokenBytes()
      Continuation token for fetching the next page of results.
      String getParent()
      Name of the parent `Application` resource.
      com.google.protobuf.ByteString getParentBytes()
      Name of the parent `Application` resource.
      AuthorizedCertificateView getView()
      Controls the set of fields returned in the `LIST` response.
      int getViewValue()
      Controls the set of fields returned in the `LIST` response.
      • 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()
         Name of the parent `Application` resource. Example: `apps/myapp`.
         
        string parent = 1;
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Name of the parent `Application` resource. Example: `apps/myapp`.
         
        string parent = 1;
        Returns:
        The bytes for parent.
      • getViewValue

        int getViewValue()
         Controls the set of fields returned in the `LIST` response.
         
        .google.appengine.v1.AuthorizedCertificateView view = 4;
        Returns:
        The enum numeric value on the wire for view.
      • getView

        AuthorizedCertificateView getView()
         Controls the set of fields returned in the `LIST` response.
         
        .google.appengine.v1.AuthorizedCertificateView view = 4;
        Returns:
        The view.
      • getPageSize

        int getPageSize()
         Maximum results to return per page.
         
        int32 page_size = 2;
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         Continuation token for fetching the next page of results.
         
        string page_token = 3;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         Continuation token for fetching the next page of results.
         
        string page_token = 3;
        Returns:
        The bytes for pageToken.