All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.grpc.alts.internal.AltsContextProto Maven / Gradle / Ivy

There is a newer version: 1.68.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/gcp/altscontext.proto

// Protobuf Java Version: 3.25.1
package io.grpc.alts.internal;

public final class AltsContextProto {
  private AltsContextProto() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_grpc_gcp_AltsContext_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grpc_gcp_AltsContext_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_grpc_gcp_AltsContext_PeerAttributesEntry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grpc_gcp_AltsContext_PeerAttributesEntry_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\032grpc/gcp/altscontext.proto\022\010grpc.gcp\032(" +
      "grpc/gcp/transport_security_common.proto" +
      "\"\347\002\n\013AltsContext\022\034\n\024application_protocol" +
      "\030\001 \001(\t\022\027\n\017record_protocol\030\002 \001(\t\022/\n\016secur" +
      "ity_level\030\003 \001(\0162\027.grpc.gcp.SecurityLevel" +
      "\022\034\n\024peer_service_account\030\004 \001(\t\022\035\n\025local_" +
      "service_account\030\005 \001(\t\0228\n\021peer_rpc_versio" +
      "ns\030\006 \001(\0132\035.grpc.gcp.RpcProtocolVersions\022" +
      "B\n\017peer_attributes\030\007 \003(\0132).grpc.gcp.Alts" +
      "Context.PeerAttributesEntry\0325\n\023PeerAttri" +
      "butesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\002" +
      "8\001Bl\n\025io.grpc.alts.internalB\020AltsContext" +
      "ProtoP\001Z?google.golang.org/grpc/credenti" +
      "als/alts/internal/proto/grpc_gcpb\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          io.grpc.alts.internal.TransportSecurityCommonProto.getDescriptor(),
        });
    internal_static_grpc_gcp_AltsContext_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_grpc_gcp_AltsContext_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_grpc_gcp_AltsContext_descriptor,
        new java.lang.String[] { "ApplicationProtocol", "RecordProtocol", "SecurityLevel", "PeerServiceAccount", "LocalServiceAccount", "PeerRpcVersions", "PeerAttributes", });
    internal_static_grpc_gcp_AltsContext_PeerAttributesEntry_descriptor =
      internal_static_grpc_gcp_AltsContext_descriptor.getNestedTypes().get(0);
    internal_static_grpc_gcp_AltsContext_PeerAttributesEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_grpc_gcp_AltsContext_PeerAttributesEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    io.grpc.alts.internal.TransportSecurityCommonProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy