Interface BackendServicesScopedListOrBuilder

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

    public interface BackendServicesScopedListOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getBackendServicesList

        List<BackendService> getBackendServicesList()
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • getBackendServices

        BackendService getBackendServices​(int index)
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • getBackendServicesCount

        int getBackendServicesCount()
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • getBackendServicesOrBuilderList

        List<? extends BackendServiceOrBuilder> getBackendServicesOrBuilderList()
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • getBackendServicesOrBuilder

        BackendServiceOrBuilder getBackendServicesOrBuilder​(int index)
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • hasWarning

        boolean hasWarning()
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        Whether the warning field is set.
      • getWarning

        Warning getWarning()
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        The warning.
      • getWarningOrBuilder

        WarningOrBuilder getWarningOrBuilder()
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;