Interface PlacementInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    URL of the placement.
    com.google.protobuf.ByteString
    URL of the placement.
    boolean
    URL of the placement.

    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

    • hasUrl

      boolean hasUrl()
       URL of the placement.
      
       For example, "http://www.domain.com".
       
      optional string url = 2;
      Returns:
      Whether the url field is set.
    • getUrl

      String getUrl()
       URL of the placement.
      
       For example, "http://www.domain.com".
       
      optional string url = 2;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       URL of the placement.
      
       For example, "http://www.domain.com".
       
      optional string url = 2;
      Returns:
      The bytes for url.