Interface ListServiceLevelObjectivesResponseOrBuilder

    • Method Detail

      • getServiceLevelObjectivesList

        List<ServiceLevelObjective> getServiceLevelObjectivesList()
         The `ServiceLevelObjective`s matching the specified filter.
         
        repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
      • getServiceLevelObjectives

        ServiceLevelObjective getServiceLevelObjectives​(int index)
         The `ServiceLevelObjective`s matching the specified filter.
         
        repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
      • getServiceLevelObjectivesCount

        int getServiceLevelObjectivesCount()
         The `ServiceLevelObjective`s matching the specified filter.
         
        repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
      • getServiceLevelObjectivesOrBuilderList

        List<? extends ServiceLevelObjectiveOrBuilder> getServiceLevelObjectivesOrBuilderList()
         The `ServiceLevelObjective`s matching the specified filter.
         
        repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
      • getServiceLevelObjectivesOrBuilder

        ServiceLevelObjectiveOrBuilder getServiceLevelObjectivesOrBuilder​(int index)
         The `ServiceLevelObjective`s matching the specified filter.
         
        repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 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.