Package flyteidl.service
Interface Dataproxy.CreateDownloadLocationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Dataproxy.CreateDownloadLocationRequest,Dataproxy.CreateDownloadLocationRequest.Builder
- Enclosing class:
- Dataproxy
public static interface Dataproxy.CreateDownloadLocationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetExpiresIn()ExpiresIn defines a requested expiration duration for the generated url.com.google.protobuf.DurationOrBuildergetExpiresInOrBuilder()ExpiresIn defines a requested expiration duration for the generated url.StringgetNativeUrl()NativeUrl specifies the url in the format of the configured storage provider (e.g.com.google.protobuf.ByteStringgetNativeUrlBytes()NativeUrl specifies the url in the format of the configured storage provider (e.g.booleanhasExpiresIn()ExpiresIn defines a requested expiration duration for the generated url.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNativeUrl
String getNativeUrl()
NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
string native_url = 1;- Returns:
- The nativeUrl.
-
getNativeUrlBytes
com.google.protobuf.ByteString getNativeUrlBytes()
NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
string native_url = 1;- Returns:
- The bytes for nativeUrl.
-
hasExpiresIn
boolean hasExpiresIn()
ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this exceeds the platform allowed max. +optional. The default value comes from a global config.
.google.protobuf.Duration expires_in = 2;- Returns:
- Whether the expiresIn field is set.
-
getExpiresIn
com.google.protobuf.Duration getExpiresIn()
ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this exceeds the platform allowed max. +optional. The default value comes from a global config.
.google.protobuf.Duration expires_in = 2;- Returns:
- The expiresIn.
-
getExpiresInOrBuilder
com.google.protobuf.DurationOrBuilder getExpiresInOrBuilder()
ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this exceeds the platform allowed max. +optional. The default value comes from a global config.
.google.protobuf.Duration expires_in = 2;
-
-