public static final class BackendServicesScopedList.Builder extends GeneratedMessageV3.Builder<BackendServicesScopedList.Builder> implements BackendServicesScopedListOrBuilder
Protobuf type google.cloud.compute.v1.BackendServicesScopedList
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllBackendServices(Iterable<? extends BackendService> values)
public BackendServicesScopedList.Builder addAllBackendServices(Iterable<? extends BackendService> values)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.BackendService>
|
addBackendServices(BackendService value)
public BackendServicesScopedList.Builder addBackendServices(BackendService value)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
addBackendServices(BackendService.Builder builderForValue)
public BackendServicesScopedList.Builder addBackendServices(BackendService.Builder builderForValue)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
addBackendServices(int index, BackendService value)
public BackendServicesScopedList.Builder addBackendServices(int index, BackendService value)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
addBackendServices(int index, BackendService.Builder builderForValue)
public BackendServicesScopedList.Builder addBackendServices(int index, BackendService.Builder builderForValue)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
addBackendServicesBuilder()
public BackendService.Builder addBackendServicesBuilder()
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
addBackendServicesBuilder(int index)
public BackendService.Builder addBackendServicesBuilder(int index)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BackendServicesScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public BackendServicesScopedList build()
buildPartial()
public BackendServicesScopedList buildPartial()
clear()
public BackendServicesScopedList.Builder clear()
Overrides
clearBackendServices()
public BackendServicesScopedList.Builder clearBackendServices()
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
clearField(Descriptors.FieldDescriptor field)
public BackendServicesScopedList.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public BackendServicesScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearWarning()
public BackendServicesScopedList.Builder clearWarning()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
clone()
public BackendServicesScopedList.Builder clone()
Overrides
getBackendServices(int index)
public BackendService getBackendServices(int index)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
Parameter |
Name |
Description |
index |
int
|
getBackendServicesBuilder(int index)
public BackendService.Builder getBackendServicesBuilder(int index)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
Parameter |
Name |
Description |
index |
int
|
getBackendServicesBuilderList()
public List<BackendService.Builder> getBackendServicesBuilderList()
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
getBackendServicesCount()
public int getBackendServicesCount()
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
Returns |
Type |
Description |
int |
|
getBackendServicesList()
public List<BackendService> getBackendServicesList()
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
getBackendServicesOrBuilder(int index)
public BackendServiceOrBuilder getBackendServicesOrBuilder(int index)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
Parameter |
Name |
Description |
index |
int
|
getBackendServicesOrBuilderList()
public List<? extends BackendServiceOrBuilder> getBackendServicesOrBuilderList()
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
Returns |
Type |
Description |
List<? extends com.google.cloud.compute.v1.BackendServiceOrBuilder> |
|
getDefaultInstanceForType()
public BackendServicesScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getWarning()
public 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 |
Type |
Description |
Warning |
The warning.
|
getWarningBuilder()
public Warning.Builder getWarningBuilder()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getWarningOrBuilder()
public WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
hasWarning()
public 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 |
Type |
Description |
boolean |
Whether the warning field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(BackendServicesScopedList other)
public BackendServicesScopedList.Builder mergeFrom(BackendServicesScopedList other)
public BackendServicesScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public BackendServicesScopedList.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BackendServicesScopedList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeWarning(Warning value)
public BackendServicesScopedList.Builder mergeWarning(Warning value)
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Parameter |
Name |
Description |
value |
Warning
|
removeBackendServices(int index)
public BackendServicesScopedList.Builder removeBackendServices(int index)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
Parameter |
Name |
Description |
index |
int
|
setBackendServices(int index, BackendService value)
public BackendServicesScopedList.Builder setBackendServices(int index, BackendService value)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
setBackendServices(int index, BackendService.Builder builderForValue)
public BackendServicesScopedList.Builder setBackendServices(int index, BackendService.Builder builderForValue)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
setField(Descriptors.FieldDescriptor field, Object value)
public BackendServicesScopedList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BackendServicesScopedList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final BackendServicesScopedList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setWarning(Warning value)
public BackendServicesScopedList.Builder setWarning(Warning value)
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Parameter |
Name |
Description |
value |
Warning
|
setWarning(Warning.Builder builderForValue)
public BackendServicesScopedList.Builder setWarning(Warning.Builder builderForValue)
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;