Interface ListMonitoredResourceDescriptorsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNextPageToken()
      If there are more results than have been returned, then this field is set to a non-empty value.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      If there are more results than have been returned, then this field is set to a non-empty value.
      com.google.api.MonitoredResourceDescriptor getResourceDescriptors​(int index)
      The monitored resource descriptors that are available to this project and that match `filter`, if present.
      int getResourceDescriptorsCount()
      The monitored resource descriptors that are available to this project and that match `filter`, if present.
      List<com.google.api.MonitoredResourceDescriptor> getResourceDescriptorsList()
      The monitored resource descriptors that are available to this project and that match `filter`, if present.
      com.google.api.MonitoredResourceDescriptorOrBuilder getResourceDescriptorsOrBuilder​(int index)
      The monitored resource descriptors that are available to this project and that match `filter`, if present.
      List<? extends com.google.api.MonitoredResourceDescriptorOrBuilder> getResourceDescriptorsOrBuilderList()
      The monitored resource descriptors that are available to this project and that match `filter`, if present.
      • 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

      • getResourceDescriptorsList

        List<com.google.api.MonitoredResourceDescriptor> getResourceDescriptorsList()
         The monitored resource descriptors that are available to this project
         and that match `filter`, if present.
         
        repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;
      • getResourceDescriptors

        com.google.api.MonitoredResourceDescriptor getResourceDescriptors​(int index)
         The monitored resource descriptors that are available to this project
         and that match `filter`, if present.
         
        repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;
      • getResourceDescriptorsCount

        int getResourceDescriptorsCount()
         The monitored resource descriptors that are available to this project
         and that match `filter`, if present.
         
        repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;
      • getResourceDescriptorsOrBuilderList

        List<? extends com.google.api.MonitoredResourceDescriptorOrBuilder> getResourceDescriptorsOrBuilderList()
         The monitored resource descriptors that are available to this project
         and that match `filter`, if present.
         
        repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;
      • getResourceDescriptorsOrBuilder

        com.google.api.MonitoredResourceDescriptorOrBuilder getResourceDescriptorsOrBuilder​(int index)
         The monitored resource descriptors that are available to this project
         and that match `filter`, if present.
         
        repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;
      • getNextPageToken

        String getNextPageToken()
         If there are more results than have been returned, then this field is set
         to a non-empty value.  To see the additional results,
         use that value as `page_token` in the next call to this method.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         If there are more results than have been returned, then this field is set
         to a non-empty value.  To see the additional results,
         use that value as `page_token` in the next call to this method.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.