Interface XdsServer.ChannelCredentialsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getConfig()
      Optional JSON config.
      com.google.protobuf.StructOrBuilder getConfigOrBuilder()
      Optional JSON config.
      String getType()
      Required.
      com.google.protobuf.ByteString getTypeBytes()
      Required.
      boolean hasConfig()
      Optional JSON config.
      • 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 Detail

      • getType

        String getType()
         Required.
         
        string type = 1;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
         Required.
         
        string type = 1;
        Returns:
        The bytes for type.
      • hasConfig

        boolean hasConfig()
         Optional JSON config.
         
        .google.protobuf.Struct config = 2;
        Returns:
        Whether the config field is set.
      • getConfig

        com.google.protobuf.Struct getConfig()
         Optional JSON config.
         
        .google.protobuf.Struct config = 2;
        Returns:
        The config.
      • getConfigOrBuilder

        com.google.protobuf.StructOrBuilder getConfigOrBuilder()
         Optional JSON config.
         
        .google.protobuf.Struct config = 2;