Package com.google.cloud.compute.v1
Class RoutersScopedList.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
- com.google.cloud.compute.v1.RoutersScopedList.Builder
-
- All Implemented Interfaces:
RoutersScopedListOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- RoutersScopedList
public static final class RoutersScopedList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder> implements RoutersScopedListOrBuilder
google.cloud.compute.v1.RoutersScopedList
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RoutersScopedList.Builder
addAllRouters(Iterable<? extends Router> values)
A list of routers contained in this scope.RoutersScopedList.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
RoutersScopedList.Builder
addRouters(int index, Router value)
A list of routers contained in this scope.RoutersScopedList.Builder
addRouters(int index, Router.Builder builderForValue)
A list of routers contained in this scope.RoutersScopedList.Builder
addRouters(Router value)
A list of routers contained in this scope.RoutersScopedList.Builder
addRouters(Router.Builder builderForValue)
A list of routers contained in this scope.Router.Builder
addRoutersBuilder()
A list of routers contained in this scope.Router.Builder
addRoutersBuilder(int index)
A list of routers contained in this scope.RoutersScopedList
build()
RoutersScopedList
buildPartial()
RoutersScopedList.Builder
clear()
RoutersScopedList.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
RoutersScopedList.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
RoutersScopedList.Builder
clearRouters()
A list of routers contained in this scope.RoutersScopedList.Builder
clearWarning()
Informational warning which replaces the list of routers when the list is empty.RoutersScopedList.Builder
clone()
RoutersScopedList
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Router
getRouters(int index)
A list of routers contained in this scope.Router.Builder
getRoutersBuilder(int index)
A list of routers contained in this scope.List<Router.Builder>
getRoutersBuilderList()
A list of routers contained in this scope.int
getRoutersCount()
A list of routers contained in this scope.List<Router>
getRoutersList()
A list of routers contained in this scope.RouterOrBuilder
getRoutersOrBuilder(int index)
A list of routers contained in this scope.List<? extends RouterOrBuilder>
getRoutersOrBuilderList()
A list of routers contained in this scope.Warning
getWarning()
Informational warning which replaces the list of routers when the list is empty.Warning.Builder
getWarningBuilder()
Informational warning which replaces the list of routers when the list is empty.WarningOrBuilder
getWarningOrBuilder()
Informational warning which replaces the list of routers when the list is empty.boolean
hasWarning()
Informational warning which replaces the list of routers when the list is empty.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
RoutersScopedList.Builder
mergeFrom(RoutersScopedList other)
RoutersScopedList.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RoutersScopedList.Builder
mergeFrom(com.google.protobuf.Message other)
RoutersScopedList.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
RoutersScopedList.Builder
mergeWarning(Warning value)
Informational warning which replaces the list of routers when the list is empty.RoutersScopedList.Builder
removeRouters(int index)
A list of routers contained in this scope.RoutersScopedList.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
RoutersScopedList.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
RoutersScopedList.Builder
setRouters(int index, Router value)
A list of routers contained in this scope.RoutersScopedList.Builder
setRouters(int index, Router.Builder builderForValue)
A list of routers contained in this scope.RoutersScopedList.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
RoutersScopedList.Builder
setWarning(Warning value)
Informational warning which replaces the list of routers when the list is empty.RoutersScopedList.Builder
setWarning(Warning.Builder builderForValue)
Informational warning which replaces the list of routers when the list is empty.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
clear
public RoutersScopedList.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
getDefaultInstanceForType
public RoutersScopedList getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public RoutersScopedList build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public RoutersScopedList buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public RoutersScopedList.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
setField
public RoutersScopedList.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
clearField
public RoutersScopedList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
clearOneof
public RoutersScopedList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
setRepeatedField
public RoutersScopedList.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
addRepeatedField
public RoutersScopedList.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
mergeFrom
public RoutersScopedList.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<RoutersScopedList.Builder>
-
mergeFrom
public RoutersScopedList.Builder mergeFrom(RoutersScopedList other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
mergeFrom
public RoutersScopedList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<RoutersScopedList.Builder>
- Throws:
IOException
-
getRoutersList
public List<Router> getRoutersList()
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
- Specified by:
getRoutersList
in interfaceRoutersScopedListOrBuilder
-
getRoutersCount
public int getRoutersCount()
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
- Specified by:
getRoutersCount
in interfaceRoutersScopedListOrBuilder
-
getRouters
public Router getRouters(int index)
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
- Specified by:
getRouters
in interfaceRoutersScopedListOrBuilder
-
setRouters
public RoutersScopedList.Builder setRouters(int index, Router value)
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
setRouters
public RoutersScopedList.Builder setRouters(int index, Router.Builder builderForValue)
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
addRouters
public RoutersScopedList.Builder addRouters(Router value)
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
addRouters
public RoutersScopedList.Builder addRouters(int index, Router value)
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
addRouters
public RoutersScopedList.Builder addRouters(Router.Builder builderForValue)
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
addRouters
public RoutersScopedList.Builder addRouters(int index, Router.Builder builderForValue)
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
addAllRouters
public RoutersScopedList.Builder addAllRouters(Iterable<? extends Router> values)
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
clearRouters
public RoutersScopedList.Builder clearRouters()
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
removeRouters
public RoutersScopedList.Builder removeRouters(int index)
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
getRoutersBuilder
public Router.Builder getRoutersBuilder(int index)
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
getRoutersOrBuilder
public RouterOrBuilder getRoutersOrBuilder(int index)
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
- Specified by:
getRoutersOrBuilder
in interfaceRoutersScopedListOrBuilder
-
getRoutersOrBuilderList
public List<? extends RouterOrBuilder> getRoutersOrBuilderList()
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
- Specified by:
getRoutersOrBuilderList
in interfaceRoutersScopedListOrBuilder
-
addRoutersBuilder
public Router.Builder addRoutersBuilder()
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
addRoutersBuilder
public Router.Builder addRoutersBuilder(int index)
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
getRoutersBuilderList
public List<Router.Builder> getRoutersBuilderList()
A list of routers contained in this scope.
repeated .google.cloud.compute.v1.Router routers = 311906890;
-
hasWarning
public boolean hasWarning()
Informational warning which replaces the list of routers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Specified by:
hasWarning
in interfaceRoutersScopedListOrBuilder
- Returns:
- Whether the warning field is set.
-
getWarning
public Warning getWarning()
Informational warning which replaces the list of routers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Specified by:
getWarning
in interfaceRoutersScopedListOrBuilder
- Returns:
- The warning.
-
setWarning
public RoutersScopedList.Builder setWarning(Warning value)
Informational warning which replaces the list of routers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
setWarning
public RoutersScopedList.Builder setWarning(Warning.Builder builderForValue)
Informational warning which replaces the list of routers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
mergeWarning
public RoutersScopedList.Builder mergeWarning(Warning value)
Informational warning which replaces the list of routers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
clearWarning
public RoutersScopedList.Builder clearWarning()
Informational warning which replaces the list of routers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
getWarningBuilder
public Warning.Builder getWarningBuilder()
Informational warning which replaces the list of routers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
getWarningOrBuilder
public WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of routers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Specified by:
getWarningOrBuilder
in interfaceRoutersScopedListOrBuilder
-
setUnknownFields
public final RoutersScopedList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
mergeUnknownFields
public final RoutersScopedList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<RoutersScopedList.Builder>
-
-