Interface BusinessRegistrationDocumentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BusinessRegistrationDocument,BusinessRegistrationDocument.Builder
public interface BusinessRegistrationDocumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.Output only.booleanOutput only.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
-
hasDocumentReadonly
boolean hasDocumentReadonly()Output only. The readonly field containing the information for an uploaded business registration document.
optional .google.ads.googleads.v18.common.LocalServicesDocumentReadOnly document_readonly = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the documentReadonly field is set.
-
getDocumentReadonly
LocalServicesDocumentReadOnly getDocumentReadonly()Output only. The readonly field containing the information for an uploaded business registration document.
optional .google.ads.googleads.v18.common.LocalServicesDocumentReadOnly document_readonly = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The documentReadonly.
-
getDocumentReadonlyOrBuilder
LocalServicesDocumentReadOnlyOrBuilder getDocumentReadonlyOrBuilder()Output only. The readonly field containing the information for an uploaded business registration document.
optional .google.ads.googleads.v18.common.LocalServicesDocumentReadOnly document_readonly = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-