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 TypeMethodDescriptionstring columnName = 2;com.google.protobuf.ByteStringstring columnName = 2;.houston.vo.webhook.AssetLink related = 3;.houston.vo.webhook.AssetLink related = 3;string sheetName = 1;com.google.protobuf.ByteStringstring sheetName = 1;boolean.houston.vo.webhook.AssetLink related = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSheetName
-
getSheetNameBytes
com.google.protobuf.ByteString getSheetNameBytes()string sheetName = 1;- Returns:
- The bytes for sheetName.
-
getColumnName
-
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
-
getRelatedOrBuilder
AssetLinkOrBuilder getRelatedOrBuilder().houston.vo.webhook.AssetLink related = 3;
-