Interface CreditDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreditDetails,CreditDetails.Builder
public interface CreditDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.Output only.com.google.protobuf.ByteStringOutput only.intOutput 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
-
getCreditStateValue
int getCreditStateValue()Output only. Credit state of the lead.
.google.ads.googleads.v18.enums.LocalServicesCreditStateEnum.CreditState credit_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for creditState.
-
getCreditState
LocalServicesCreditStateEnum.CreditState getCreditState()Output only. Credit state of the lead.
.google.ads.googleads.v18.enums.LocalServicesCreditStateEnum.CreditState credit_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The creditState.
-
getCreditStateLastUpdateDateTime
String getCreditStateLastUpdateDateTime()Output only. The date time when the credit state of the lead was last updated. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
string credit_state_last_update_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The creditStateLastUpdateDateTime.
-
getCreditStateLastUpdateDateTimeBytes
com.google.protobuf.ByteString getCreditStateLastUpdateDateTimeBytes()Output only. The date time when the credit state of the lead was last updated. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
string credit_state_last_update_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for creditStateLastUpdateDateTime.
-