Interface DataPartnerIdentifierOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getDataPartnerId()
      Immutable.
      boolean hasDataPartnerId()
      Immutable.
      • 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

      • hasDataPartnerId

        boolean hasDataPartnerId()
         Immutable. The customer ID of the Data partner account.
         This field is required and should not be empty when creating a new
         data partner link. It is unable to be modified after the creation of
         the link.
         
        optional int64 data_partner_id = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        Whether the dataPartnerId field is set.
      • getDataPartnerId

        long getDataPartnerId()
         Immutable. The customer ID of the Data partner account.
         This field is required and should not be empty when creating a new
         data partner link. It is unable to be modified after the creation of
         the link.
         
        optional int64 data_partner_id = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The dataPartnerId.