Interface Dataproxy.CreateDownloadLocationRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Duration getExpiresIn()
      ExpiresIn defines a requested expiration duration for the generated url.
      com.google.protobuf.DurationOrBuilder getExpiresInOrBuilder()
      ExpiresIn defines a requested expiration duration for the generated url.
      String getNativeUrl()
      NativeUrl specifies the url in the format of the configured storage provider (e.g.
      com.google.protobuf.ByteString getNativeUrlBytes()
      NativeUrl specifies the url in the format of the configured storage provider (e.g.
      boolean hasExpiresIn()
      ExpiresIn defines a requested expiration duration for the generated url.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;