public static final class FindSalesPartnerManagedClientsResponse.ClientData extends GeneratedMessage implements FindSalesPartnerManagedClientsResponse.ClientDataOrBuilder
Contains the client data.
Protobuf type
google.marketingplatform.admin.v1alpha.FindSalesPartnerManagedClientsResponse.ClientData
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int END_DATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int ORGANIZATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int START_DATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static FindSalesPartnerManagedClientsResponse.ClientData getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static FindSalesPartnerManagedClientsResponse.ClientData.Builder newBuilder()
public static FindSalesPartnerManagedClientsResponse.ClientData.Builder newBuilder(FindSalesPartnerManagedClientsResponse.ClientData prototype)
public static FindSalesPartnerManagedClientsResponse.ClientData parseDelimitedFrom(InputStream input)
public static FindSalesPartnerManagedClientsResponse.ClientData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(ByteString data)
public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(CodedInputStream input)
public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(InputStream input)
public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(ByteBuffer data)
public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<FindSalesPartnerManagedClientsResponse.ClientData> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public FindSalesPartnerManagedClientsResponse.ClientData getDefaultInstanceForType()
The end date of the contract between the sales org and the end client.
.google.type.Date end_date = 3;
| Returns |
| Type |
Description |
com.google.type.Date |
The endDate.
|
public DateOrBuilder getEndDateOrBuilder()
The end date of the contract between the sales org and the end client.
.google.type.Date end_date = 3;
| Returns |
| Type |
Description |
com.google.type.DateOrBuilder |
|
public Organization getOrganization()
The end client that has/had contract with the requested sales org.
.google.marketingplatform.admin.v1alpha.Organization organization = 1;
public OrganizationOrBuilder getOrganizationOrBuilder()
The end client that has/had contract with the requested sales org.
.google.marketingplatform.admin.v1alpha.Organization organization = 1;
public Parser<FindSalesPartnerManagedClientsResponse.ClientData> getParserForType()
Overrides
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public Date getStartDate()
The start date of the contract between the sales org and the end client.
.google.type.Date start_date = 2;
| Returns |
| Type |
Description |
com.google.type.Date |
The startDate.
|
public DateOrBuilder getStartDateOrBuilder()
The start date of the contract between the sales org and the end client.
.google.type.Date start_date = 2;
| Returns |
| Type |
Description |
com.google.type.DateOrBuilder |
|
public boolean hasEndDate()
The end date of the contract between the sales org and the end client.
.google.type.Date end_date = 3;
| Returns |
| Type |
Description |
boolean |
Whether the endDate field is set.
|
public boolean hasOrganization()
The end client that has/had contract with the requested sales org.
.google.marketingplatform.admin.v1alpha.Organization organization = 1;
| Returns |
| Type |
Description |
boolean |
Whether the organization field is set.
|
public boolean hasStartDate()
The start date of the contract between the sales org and the end client.
.google.type.Date start_date = 2;
| Returns |
| Type |
Description |
boolean |
Whether the startDate field is set.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FindSalesPartnerManagedClientsResponse.ClientData.Builder newBuilderForType()
protected FindSalesPartnerManagedClientsResponse.ClientData.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public FindSalesPartnerManagedClientsResponse.ClientData.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides