final case class InlineEntry(name: String = "", version: String = "", resource: Option[Any] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[InlineEntry] with Product with Serializable
Inlined resource entry.
- name
Optional name to describe the inlined resource. Resource names must match
(TODO(htuch): turn this into a PGV constraint once finalized, probably should be a RFC3986 pchar). This name allows reference via the #entry directive in ResourceLocator.[a-zA-Z0-9_-&92;./]+
- version
The resource's logical version. It is illegal to have the same named xDS resource name at a given version with different resource payloads.
- resource
The resource payload, including type URL.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- InlineEntry
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
InlineEntry(name: String = "", version: String = "", resource: Option[Any] = _root_.scala.None, unknownFields: UnknownFieldSet = ...)
- name
Optional name to describe the inlined resource. Resource names must match
(TODO(htuch): turn this into a PGV constraint once finalized, probably should be a RFC3986 pchar). This name allows reference via the #entry directive in ResourceLocator.[a-zA-Z0-9_-&92;./]+
- version
The resource's logical version. It is illegal to have the same named xDS resource name at a given version with different resource payloads.
- resource
The resource payload, including type URL.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearResource: InlineEntry
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: InlineEntry.type
- Definition Classes
- InlineEntry → GeneratedMessage
- def discardUnknownFields: InlineEntry
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- InlineEntry → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- InlineEntry → GeneratedMessage
- def getResource: Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val resource: Option[Any]
-
def
serializedSize: Int
- Definition Classes
- InlineEntry → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- InlineEntry → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[InlineEntry, InlineEntry]) ⇒ Mutation[InlineEntry]*): InlineEntry
- Definition Classes
- Updatable
- val version: String
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withName(__v: String): InlineEntry
- def withResource(__v: Any): InlineEntry
- def withUnknownFields(__v: UnknownFieldSet): InlineEntry
- def withVersion(__v: String): InlineEntry
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- InlineEntry → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated