-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitEgress.AzureBlobUploadOrBuilder
public final class LivekitEgress.AzureBlobUpload.Builder extends GeneratedMessageLite.Builder<LivekitEgress.AzureBlobUpload, LivekitEgress.AzureBlobUpload.Builder> implements LivekitEgress.AzureBlobUploadOrBuilder
Protobuf type
{@code livekit.AzureBlobUpload}
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
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
-
getAccountName
String getAccountName()
string account_name = 1;
-
getAccountNameBytes
ByteString getAccountNameBytes()
string account_name = 1;
-
setAccountName
LivekitEgress.AzureBlobUpload.Builder setAccountName(String value)
string account_name = 1;- Parameters:
value- The accountName to set.
-
clearAccountName
LivekitEgress.AzureBlobUpload.Builder clearAccountName()
string account_name = 1;
-
setAccountNameBytes
LivekitEgress.AzureBlobUpload.Builder setAccountNameBytes(ByteString value)
string account_name = 1;- Parameters:
value- The bytes for accountName to set.
-
getAccountKey
String getAccountKey()
string account_key = 2;
-
getAccountKeyBytes
ByteString getAccountKeyBytes()
string account_key = 2;
-
setAccountKey
LivekitEgress.AzureBlobUpload.Builder setAccountKey(String value)
string account_key = 2;- Parameters:
value- The accountKey to set.
-
clearAccountKey
LivekitEgress.AzureBlobUpload.Builder clearAccountKey()
string account_key = 2;
-
setAccountKeyBytes
LivekitEgress.AzureBlobUpload.Builder setAccountKeyBytes(ByteString value)
string account_key = 2;- Parameters:
value- The bytes for accountKey to set.
-
getContainerName
String getContainerName()
string container_name = 3;
-
getContainerNameBytes
ByteString getContainerNameBytes()
string container_name = 3;
-
setContainerName
LivekitEgress.AzureBlobUpload.Builder setContainerName(String value)
string container_name = 3;- Parameters:
value- The containerName to set.
-
clearContainerName
LivekitEgress.AzureBlobUpload.Builder clearContainerName()
string container_name = 3;
-
setContainerNameBytes
LivekitEgress.AzureBlobUpload.Builder setContainerNameBytes(ByteString value)
string container_name = 3;- Parameters:
value- The bytes for containerName to set.
-
-
-
-