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
Modifier and TypeMethodDescriptionlongImmutable.booleanImmutable.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
-
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.
-