-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitEgress.S3UploadOrBuilder
public final class LivekitEgress.S3Upload extends GeneratedMessageLite<LivekitEgress.S3Upload, LivekitEgress.S3Upload.Builder> implements LivekitEgress.S3UploadOrBuilder
Protobuf type
{@code livekit.S3Upload}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitEgress.S3Upload.BuilderProtobuf type
{@code livekit.S3Upload}
-
Field Summary
Fields Modifier and Type Field Description public final static intACCESS_KEY_FIELD_NUMBERpublic final static intSECRET_FIELD_NUMBERpublic final static intSESSION_TOKEN_FIELD_NUMBERpublic final static intASSUME_ROLE_ARN_FIELD_NUMBERpublic final static intASSUME_ROLE_EXTERNAL_ID_FIELD_NUMBERpublic final static intREGION_FIELD_NUMBERpublic final static intENDPOINT_FIELD_NUMBERpublic final static intBUCKET_FIELD_NUMBERpublic final static intFORCE_PATH_STYLE_FIELD_NUMBERpublic final static intMETADATA_FIELD_NUMBERpublic final static intTAGGING_FIELD_NUMBERpublic final static intCONTENT_DISPOSITION_FIELD_NUMBERpublic final static intPROXY_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetAccessKey()string access_key = 1;ByteStringgetAccessKeyBytes()string access_key = 1;StringgetSecret()string secret = 2;ByteStringgetSecretBytes()string secret = 2;StringgetSessionToken()string session_token = 11;ByteStringgetSessionTokenBytes()string session_token = 11;StringgetAssumeRoleArn()ARN of the role to assume for file upload. Egress will make an AssumeRole API call using the provided access_key and secret to assume that role. On LiveKit cloud, this is only available on accounts that have the feature enabledstring assume_role_arn = 12;ByteStringgetAssumeRoleArnBytes()ARN of the role to assume for file upload. Egress will make an AssumeRole API call using the provided access_key and secret to assume that role. On LiveKit cloud, this is only available on accounts that have the feature enabledstring assume_role_arn = 12;StringgetAssumeRoleExternalId()ExternalID to use when assuming role for uploadstring assume_role_external_id = 13;ByteStringgetAssumeRoleExternalIdBytes()ExternalID to use when assuming role for uploadstring assume_role_external_id = 13;StringgetRegion()string region = 3;ByteStringgetRegionBytes()string region = 3;StringgetEndpoint()string endpoint = 4;ByteStringgetEndpointBytes()string endpoint = 4;StringgetBucket()string bucket = 5;ByteStringgetBucketBytes()string bucket = 5;booleangetForcePathStyle()bool force_path_style = 6;intgetMetadataCount()map<string, string> metadata = 7;booleancontainsMetadata(String key)map<string, string> metadata = 7;Map<String, String>getMetadata()Use getMetadataMap instead. Map<String, String>getMetadataMap()map<string, string> metadata = 7;StringgetMetadataOrDefault(String key, String defaultValue)map<string, string> metadata = 7;StringgetMetadataOrThrow(String key)map<string, string> metadata = 7;StringgetTagging()string tagging = 8;ByteStringgetTaggingBytes()string tagging = 8;StringgetContentDisposition()Content-Disposition headerstring content_disposition = 9;ByteStringgetContentDispositionBytes()Content-Disposition headerstring content_disposition = 9;booleanhasProxy().livekit.ProxyConfig proxy = 10;LivekitEgress.ProxyConfiggetProxy().livekit.ProxyConfig proxy = 10;static LivekitEgress.S3UploadparseFrom(ByteBuffer data)static LivekitEgress.S3UploadparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitEgress.S3UploadparseFrom(ByteString data)static LivekitEgress.S3UploadparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitEgress.S3UploadparseFrom(Array<byte> data)static LivekitEgress.S3UploadparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitEgress.S3UploadparseFrom(InputStream input)static LivekitEgress.S3UploadparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitEgress.S3UploadparseDelimitedFrom(InputStream input)static LivekitEgress.S3UploadparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitEgress.S3UploadparseFrom(CodedInputStream input)static LivekitEgress.S3UploadparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitEgress.S3Upload.BuildernewBuilder()static LivekitEgress.S3Upload.BuildernewBuilder(LivekitEgress.S3Upload prototype)static LivekitEgress.S3UploadgetDefaultInstance()static Parser<LivekitEgress.S3Upload>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAccessKey
String getAccessKey()
string access_key = 1;
-
getAccessKeyBytes
ByteString getAccessKeyBytes()
string access_key = 1;
-
getSecretBytes
ByteString getSecretBytes()
string secret = 2;
-
getSessionToken
String getSessionToken()
string session_token = 11;
-
getSessionTokenBytes
ByteString getSessionTokenBytes()
string session_token = 11;
-
getAssumeRoleArn
String getAssumeRoleArn()
ARN of the role to assume for file upload. Egress will make an AssumeRole API call using the provided access_key and secret to assume that role. On LiveKit cloud, this is only available on accounts that have the feature enabledstring assume_role_arn = 12;
-
getAssumeRoleArnBytes
ByteString getAssumeRoleArnBytes()
ARN of the role to assume for file upload. Egress will make an AssumeRole API call using the provided access_key and secret to assume that role. On LiveKit cloud, this is only available on accounts that have the feature enabledstring assume_role_arn = 12;
-
getAssumeRoleExternalId
String getAssumeRoleExternalId()
ExternalID to use when assuming role for uploadstring assume_role_external_id = 13;
-
getAssumeRoleExternalIdBytes
ByteString getAssumeRoleExternalIdBytes()
ExternalID to use when assuming role for uploadstring assume_role_external_id = 13;
-
getRegionBytes
ByteString getRegionBytes()
string region = 3;
-
getEndpoint
String getEndpoint()
string endpoint = 4;
-
getEndpointBytes
ByteString getEndpointBytes()
string endpoint = 4;
-
getBucketBytes
ByteString getBucketBytes()
string bucket = 5;
-
getForcePathStyle
boolean getForcePathStyle()
bool force_path_style = 6;
-
getMetadataCount
int getMetadataCount()
map<string, string> metadata = 7;
-
containsMetadata
boolean containsMetadata(String key)
map<string, string> metadata = 7;
-
getMetadata
@Deprecated() Map<String, String> getMetadata()
Use getMetadataMap instead.
-
getMetadataMap
Map<String, String> getMetadataMap()
map<string, string> metadata = 7;
-
getMetadataOrDefault
String getMetadataOrDefault(String key, String defaultValue)
map<string, string> metadata = 7;
-
getMetadataOrThrow
String getMetadataOrThrow(String key)
map<string, string> metadata = 7;
-
getTagging
String getTagging()
string tagging = 8;
-
getTaggingBytes
ByteString getTaggingBytes()
string tagging = 8;
-
getContentDisposition
String getContentDisposition()
Content-Disposition headerstring content_disposition = 9;
-
getContentDispositionBytes
ByteString getContentDispositionBytes()
Content-Disposition headerstring content_disposition = 9;
-
hasProxy
boolean hasProxy()
.livekit.ProxyConfig proxy = 10;
-
getProxy
LivekitEgress.ProxyConfig getProxy()
.livekit.ProxyConfig proxy = 10;
-
parseFrom
static LivekitEgress.S3Upload parseFrom(ByteBuffer data)
-
parseFrom
static LivekitEgress.S3Upload parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitEgress.S3Upload parseFrom(ByteString data)
-
parseFrom
static LivekitEgress.S3Upload parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitEgress.S3Upload parseFrom(Array<byte> data)
-
parseFrom
static LivekitEgress.S3Upload parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitEgress.S3Upload parseFrom(InputStream input)
-
parseFrom
static LivekitEgress.S3Upload parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitEgress.S3Upload parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitEgress.S3Upload parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitEgress.S3Upload parseFrom(CodedInputStream input)
-
parseFrom
static LivekitEgress.S3Upload parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitEgress.S3Upload.Builder newBuilder()
-
newBuilder
static LivekitEgress.S3Upload.Builder newBuilder(LivekitEgress.S3Upload prototype)
-
getDefaultInstance
static LivekitEgress.S3Upload getDefaultInstance()
-
parser
static Parser<LivekitEgress.S3Upload> parser()
-
-
-
-