Package 

Interface LivekitEgress.GCPUploadOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getCredentials()
      service account credentials serialized in JSON "credentials.json"
      
      string credentials = 1;
      abstract ByteString getCredentialsBytes()
      service account credentials serialized in JSON "credentials.json"
      
      string credentials = 1;
      abstract String getBucket() string bucket = 2;
      abstract ByteString getBucketBytes() string bucket = 2;
      abstract boolean hasProxy() .livekit.ProxyConfig proxy = 3;
      abstract LivekitEgress.ProxyConfig getProxy() .livekit.ProxyConfig proxy = 3;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCredentials

         abstract String getCredentials()
        service account credentials serialized in JSON "credentials.json"
        
        string credentials = 1;
      • getCredentialsBytes

         abstract ByteString getCredentialsBytes()
        service account credentials serialized in JSON "credentials.json"
        
        string credentials = 1;
      • getBucketBytes

         abstract ByteString getBucketBytes()

        string bucket = 2;

      • hasProxy

         abstract boolean hasProxy()

        .livekit.ProxyConfig proxy = 3;