Interface ListOperationsRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFilter()
      The standard list filter.
      com.google.protobuf.ByteString getFilterBytes()
      The standard list filter.
      java.lang.String getName()
      The name of the operation's parent resource.
      com.google.protobuf.ByteString getNameBytes()
      The name of the operation's parent resource.
      int getPageSize()
      The standard list page size.
      java.lang.String getPageToken()
      The standard list page token.
      com.google.protobuf.ByteString getPageTokenBytes()
      The standard list page token.
      • 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

      • getName

        java.lang.String getName()
         The name of the operation's parent resource.
         
        string name = 4;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The name of the operation's parent resource.
         
        string name = 4;
        Returns:
        The bytes for name.
      • getFilter

        java.lang.String getFilter()
         The standard list filter.
         
        string filter = 1;
        Returns:
        The filter.
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
         The standard list filter.
         
        string filter = 1;
        Returns:
        The bytes for filter.
      • getPageSize

        int getPageSize()
         The standard list page size.
         
        int32 page_size = 2;
        Returns:
        The pageSize.
      • getPageToken

        java.lang.String getPageToken()
         The standard list page token.
         
        string page_token = 3;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         The standard list page token.
         
        string page_token = 3;
        Returns:
        The bytes for pageToken.