Package flyteidl.service
Interface Dataproxy.CreateDownloadLocationResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Dataproxy.CreateDownloadLocationResponse,Dataproxy.CreateDownloadLocationResponse.Builder
- Enclosing class:
- Dataproxy
public static interface Dataproxy.CreateDownloadLocationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetExpiresAt()ExpiresAt defines when will the signed URL expires.com.google.protobuf.TimestampOrBuildergetExpiresAtOrBuilder()ExpiresAt defines when will the signed URL expires.StringgetSignedUrl()SignedUrl specifies the url to use to download content from (e.g.com.google.protobuf.ByteStringgetSignedUrlBytes()SignedUrl specifies the url to use to download content from (e.g.booleanhasExpiresAt()ExpiresAt defines when will the signed URL expires.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSignedUrl
String getSignedUrl()
SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
string signed_url = 1;- Returns:
- The signedUrl.
-
getSignedUrlBytes
com.google.protobuf.ByteString getSignedUrlBytes()
SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
string signed_url = 1;- Returns:
- The bytes for signedUrl.
-
hasExpiresAt
boolean hasExpiresAt()
ExpiresAt defines when will the signed URL expires.
.google.protobuf.Timestamp expires_at = 2;- Returns:
- Whether the expiresAt field is set.
-
getExpiresAt
com.google.protobuf.Timestamp getExpiresAt()
ExpiresAt defines when will the signed URL expires.
.google.protobuf.Timestamp expires_at = 2;- Returns:
- The expiresAt.
-
getExpiresAtOrBuilder
com.google.protobuf.TimestampOrBuilder getExpiresAtOrBuilder()
ExpiresAt defines when will the signed URL expires.
.google.protobuf.Timestamp expires_at = 2;
-
-