Interface StatefileOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Statefile, Statefile.Builder

    public interface StatefileOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSignedUri()
      Output only.
      com.google.protobuf.ByteString getSignedUriBytes()
      Output only.
      • 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

      • getSignedUri

        String getSignedUri()
         Output only. Cloud Storage signed URI used for downloading or uploading the
         state file.
         
        string signed_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The signedUri.
      • getSignedUriBytes

        com.google.protobuf.ByteString getSignedUriBytes()
         Output only. Cloud Storage signed URI used for downloading or uploading the
         state file.
         
        string signed_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for signedUri.