Interface AssetLinkOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string columnName = 2;
    com.google.protobuf.ByteString
    string columnName = 2;
    .houston.vo.webhook.AssetLink related = 3;
    .houston.vo.webhook.AssetLink related = 3;
    string sheetName = 1;
    com.google.protobuf.ByteString
    string sheetName = 1;
    boolean
    .houston.vo.webhook.AssetLink related = 3;

    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 Details

    • getSheetName

      String getSheetName()
      string sheetName = 1;
      Returns:
      The sheetName.
    • getSheetNameBytes

      com.google.protobuf.ByteString getSheetNameBytes()
      string sheetName = 1;
      Returns:
      The bytes for sheetName.
    • getColumnName

      String getColumnName()
      string columnName = 2;
      Returns:
      The columnName.
    • getColumnNameBytes

      com.google.protobuf.ByteString getColumnNameBytes()
      string columnName = 2;
      Returns:
      The bytes for columnName.
    • hasRelated

      boolean hasRelated()
      .houston.vo.webhook.AssetLink related = 3;
      Returns:
      Whether the related field is set.
    • getRelated

      AssetLink getRelated()
      .houston.vo.webhook.AssetLink related = 3;
      Returns:
      The related.
    • getRelatedOrBuilder

      AssetLinkOrBuilder getRelatedOrBuilder()
      .houston.vo.webhook.AssetLink related = 3;