Uses of Class
com.github.xds.core.v3.CollectionEntry.InlineEntry.Builder
Packages that use CollectionEntry.InlineEntry.Builder
-
Uses of CollectionEntry.InlineEntry.Builder in com.github.xds.core.v3
Fields in com.github.xds.core.v3 with type parameters of type CollectionEntry.InlineEntry.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CollectionEntry.InlineEntry, CollectionEntry.InlineEntry.Builder, CollectionEntry.InlineEntryOrBuilder> CollectionEntry.Builder.inlineEntryBuilder_
Methods in com.github.xds.core.v3 that return CollectionEntry.InlineEntry.BuilderModifier and TypeMethodDescriptionCollectionEntry.InlineEntry.Builder.clear()
CollectionEntry.InlineEntry.Builder.clearName()
Optional name to describe the inlined resource.CollectionEntry.InlineEntry.Builder.clearResource()
The resource payload, including type URL.CollectionEntry.InlineEntry.Builder.clearVersion()
The resource's logical version.CollectionEntry.Builder.getInlineEntryBuilder()
The resource is inlined in the list collection.CollectionEntry.InlineEntry.Builder.mergeFrom
(CollectionEntry.InlineEntry other) CollectionEntry.InlineEntry.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CollectionEntry.InlineEntry.Builder.mergeFrom
(com.google.protobuf.Message other) CollectionEntry.InlineEntry.Builder.mergeResource
(com.google.protobuf.Any value) The resource payload, including type URL.CollectionEntry.InlineEntry.newBuilder()
CollectionEntry.InlineEntry.newBuilder
(CollectionEntry.InlineEntry prototype) CollectionEntry.InlineEntry.newBuilderForType()
protected CollectionEntry.InlineEntry.Builder
CollectionEntry.InlineEntry.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Optional name to describe the inlined resource.CollectionEntry.InlineEntry.Builder.setNameBytes
(com.google.protobuf.ByteString value) Optional name to describe the inlined resource.CollectionEntry.InlineEntry.Builder.setResource
(com.google.protobuf.Any value) The resource payload, including type URL.CollectionEntry.InlineEntry.Builder.setResource
(com.google.protobuf.Any.Builder builderForValue) The resource payload, including type URL.CollectionEntry.InlineEntry.Builder.setVersion
(String value) The resource's logical version.CollectionEntry.InlineEntry.Builder.setVersionBytes
(com.google.protobuf.ByteString value) The resource's logical version.CollectionEntry.InlineEntry.toBuilder()
Methods in com.github.xds.core.v3 that return types with arguments of type CollectionEntry.InlineEntry.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CollectionEntry.InlineEntry, CollectionEntry.InlineEntry.Builder, CollectionEntry.InlineEntryOrBuilder> CollectionEntry.Builder.getInlineEntryFieldBuilder()
The resource is inlined in the list collection.Methods in com.github.xds.core.v3 with parameters of type CollectionEntry.InlineEntry.BuilderModifier and TypeMethodDescriptionCollectionEntry.Builder.setInlineEntry
(CollectionEntry.InlineEntry.Builder builderForValue) The resource is inlined in the list collection.