Interface BatchEnableServicesResponseOrBuilder

    • Method Detail

      • getServicesList

        List<Service> getServicesList()
         The new state of the services after enabling.
         
        repeated .google.api.serviceusage.v1.Service services = 1;
      • getServices

        Service getServices​(int index)
         The new state of the services after enabling.
         
        repeated .google.api.serviceusage.v1.Service services = 1;
      • getServicesCount

        int getServicesCount()
         The new state of the services after enabling.
         
        repeated .google.api.serviceusage.v1.Service services = 1;
      • getServicesOrBuilderList

        List<? extends ServiceOrBuilder> getServicesOrBuilderList()
         The new state of the services after enabling.
         
        repeated .google.api.serviceusage.v1.Service services = 1;
      • getServicesOrBuilder

        ServiceOrBuilder getServicesOrBuilder​(int index)
         The new state of the services after enabling.
         
        repeated .google.api.serviceusage.v1.Service services = 1;
      • getFailuresList

        List<BatchEnableServicesResponse.EnableFailure> getFailuresList()
         If allow_partial_success is true, and one or more services could not be
         enabled, this field contains the details about each failure.
         
        repeated .google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailure failures = 2;
      • getFailures

        BatchEnableServicesResponse.EnableFailure getFailures​(int index)
         If allow_partial_success is true, and one or more services could not be
         enabled, this field contains the details about each failure.
         
        repeated .google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailure failures = 2;
      • getFailuresCount

        int getFailuresCount()
         If allow_partial_success is true, and one or more services could not be
         enabled, this field contains the details about each failure.
         
        repeated .google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailure failures = 2;
      • getFailuresOrBuilderList

        List<? extends BatchEnableServicesResponse.EnableFailureOrBuilder> getFailuresOrBuilderList()
         If allow_partial_success is true, and one or more services could not be
         enabled, this field contains the details about each failure.
         
        repeated .google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailure failures = 2;
      • getFailuresOrBuilder

        BatchEnableServicesResponse.EnableFailureOrBuilder getFailuresOrBuilder​(int index)
         If allow_partial_success is true, and one or more services could not be
         enabled, this field contains the details about each failure.
         
        repeated .google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailure failures = 2;