Interface Environment.ContextVariableOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Environment.ContextVariable, Environment.ContextVariable.Builder
Enclosing class:
Environment

public static interface Environment.ContextVariableOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Fully qualified type name of the context proto.
    com.google.protobuf.ByteString
    Fully qualified type name of the context proto.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTypeName

      String getTypeName()
       Fully qualified type name of the context proto.
       
      string type_name = 1;
      Returns:
      The typeName.
    • getTypeNameBytes

      com.google.protobuf.ByteString getTypeNameBytes()
       Fully qualified type name of the context proto.
       
      string type_name = 1;
      Returns:
      The bytes for typeName.