Interface ServerBindingOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getType()
      Check the Type enum for the list of possible values.
      com.google.protobuf.ByteString getTypeBytes()
      Check the Type enum for the list of possible values.
      boolean hasType()
      Check the Type enum for the list of possible values.
      • 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

      • hasType

        boolean hasType()
        
         Check the Type enum for the list of possible values.
         
        optional string type = 3575610;
        Returns:
        Whether the type field is set.
      • getType

        String getType()
        
         Check the Type enum for the list of possible values.
         
        optional string type = 3575610;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        
         Check the Type enum for the list of possible values.
         
        optional string type = 3575610;
        Returns:
        The bytes for type.