public interface BatchEnableServicesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
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.
|
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.
|
Service |
getServices(int index)
The new state of the services after enabling.
|
int |
getServicesCount()
The new state of the services after enabling.
|
List<Service> |
getServicesList()
The new state of the services after enabling.
|
ServiceOrBuilder |
getServicesOrBuilder(int index)
The new state of the services after enabling.
|
List<? extends ServiceOrBuilder> |
getServicesOrBuilderList()
The new state of the services after enabling.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Service> getServicesList()
The new state of the services after enabling.
repeated .google.api.serviceusage.v1.Service services = 1;Service getServices(int index)
The new state of the services after enabling.
repeated .google.api.serviceusage.v1.Service services = 1;int getServicesCount()
The new state of the services after enabling.
repeated .google.api.serviceusage.v1.Service services = 1;List<? extends ServiceOrBuilder> getServicesOrBuilderList()
The new state of the services after enabling.
repeated .google.api.serviceusage.v1.Service services = 1;ServiceOrBuilder getServicesOrBuilder(int index)
The new state of the services after enabling.
repeated .google.api.serviceusage.v1.Service services = 1;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;
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;
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;
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;
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;
Copyright © 2024 Google LLC. All rights reserved.