Package viam.app.data.v1
Class Data.CreateBinaryDataSignedURLRequest
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Data.CreateBinaryDataSignedURLRequest,Data.CreateBinaryDataSignedURLRequest.Builder>
viam.app.data.v1.Data.CreateBinaryDataSignedURLRequest
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Data.CreateBinaryDataSignedURLRequestOrBuilder
- Enclosing class:
- Data
public static final class Data.CreateBinaryDataSignedURLRequest
extends com.google.protobuf.GeneratedMessageLite<Data.CreateBinaryDataSignedURLRequest,Data.CreateBinaryDataSignedURLRequest.Builder>
implements Data.CreateBinaryDataSignedURLRequestOrBuilder
Protobuf type
viam.app.data.v1.CreateBinaryDataSignedURLRequest-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typeviam.app.data.v1.CreateBinaryDataSignedURLRequestNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) The binary data ID of the file to create a signed URL for.com.google.protobuf.ByteStringThe binary data ID of the file to create a signed URL for.intExpiration time in minutes.booleanExpiration time in minutes.newBuilder(Data.CreateBinaryDataSignedURLRequest prototype) parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Data.CreateBinaryDataSignedURLRequest>parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
BINARY_DATA_ID_FIELD_NUMBER
public static final int BINARY_DATA_ID_FIELD_NUMBER- See Also:
-
EXPIRATION_MINUTES_FIELD_NUMBER
public static final int EXPIRATION_MINUTES_FIELD_NUMBER- See Also:
-
-
Method Details
-
getBinaryDataId
The binary data ID of the file to create a signed URL for.
string binary_data_id = 1 [json_name = "binaryDataId"];- Specified by:
getBinaryDataIdin interfaceData.CreateBinaryDataSignedURLRequestOrBuilder- Returns:
- The binaryDataId.
-
getBinaryDataIdBytes
public com.google.protobuf.ByteString getBinaryDataIdBytes()The binary data ID of the file to create a signed URL for.
string binary_data_id = 1 [json_name = "binaryDataId"];- Specified by:
getBinaryDataIdBytesin interfaceData.CreateBinaryDataSignedURLRequestOrBuilder- Returns:
- The bytes for binaryDataId.
-
hasExpirationMinutes
public boolean hasExpirationMinutes()Expiration time in minutes. Defaults to 15 minutes if not specified. Maximum allowed is 10080 minutes (7 days).
optional uint32 expiration_minutes = 2 [json_name = "expirationMinutes"];- Specified by:
hasExpirationMinutesin interfaceData.CreateBinaryDataSignedURLRequestOrBuilder- Returns:
- Whether the expirationMinutes field is set.
-
getExpirationMinutes
public int getExpirationMinutes()Expiration time in minutes. Defaults to 15 minutes if not specified. Maximum allowed is 10080 minutes (7 days).
optional uint32 expiration_minutes = 2 [json_name = "expirationMinutes"];- Specified by:
getExpirationMinutesin interfaceData.CreateBinaryDataSignedURLRequestOrBuilder- Returns:
- The expirationMinutes.
-
parseFrom
public static Data.CreateBinaryDataSignedURLRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.CreateBinaryDataSignedURLRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.CreateBinaryDataSignedURLRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.CreateBinaryDataSignedURLRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.CreateBinaryDataSignedURLRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.CreateBinaryDataSignedURLRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Data.CreateBinaryDataSignedURLRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Data.CreateBinaryDataSignedURLRequest parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Data.CreateBinaryDataSignedURLRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Data.CreateBinaryDataSignedURLRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Data.CreateBinaryDataSignedURLRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static Data.CreateBinaryDataSignedURLRequest.Builder newBuilder(Data.CreateBinaryDataSignedURLRequest prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Data.CreateBinaryDataSignedURLRequest,Data.CreateBinaryDataSignedURLRequest.Builder>
-
getDefaultInstance
-
parser
-