Class FindSalesPartnerManagedClientsResponse.ClientData (0.29.0)

public static final class FindSalesPartnerManagedClientsResponse.ClientData extends GeneratedMessageV3 implements FindSalesPartnerManagedClientsResponse.ClientDataOrBuilder

Contains the client data.

Protobuf type google.marketingplatform.admin.v1alpha.FindSalesPartnerManagedClientsResponse.ClientData

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FindSalesPartnerManagedClientsResponse.ClientData

Static Fields

END_DATE_FIELD_NUMBER

public static final int END_DATE_FIELD_NUMBER
Field Value
Type Description
int

ORGANIZATION_FIELD_NUMBER

public static final int ORGANIZATION_FIELD_NUMBER
Field Value
Type Description
int

START_DATE_FIELD_NUMBER

public static final int START_DATE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FindSalesPartnerManagedClientsResponse.ClientData getDefaultInstance()
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static FindSalesPartnerManagedClientsResponse.ClientData.Builder newBuilder()
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

newBuilder(FindSalesPartnerManagedClientsResponse.ClientData prototype)

public static FindSalesPartnerManagedClientsResponse.ClientData.Builder newBuilder(FindSalesPartnerManagedClientsResponse.ClientData prototype)
Parameter
Name Description
prototype FindSalesPartnerManagedClientsResponse.ClientData
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

parseDelimitedFrom(InputStream input)

public static FindSalesPartnerManagedClientsResponse.ClientData parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FindSalesPartnerManagedClientsResponse.ClientData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FindSalesPartnerManagedClientsResponse.ClientData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FindSalesPartnerManagedClientsResponse.ClientData> parser()
Returns
Type Description
Parser<ClientData>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public FindSalesPartnerManagedClientsResponse.ClientData getDefaultInstanceForType()
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData

getEndDate()

public Date getEndDate()

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.

getEndDateOrBuilder()

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

getOrganization()

public Organization getOrganization()

The end client that has/had contract with the requested sales org.

.google.marketingplatform.admin.v1alpha.Organization organization = 1;

Returns
Type Description
Organization

The organization.

getOrganizationOrBuilder()

public OrganizationOrBuilder getOrganizationOrBuilder()

The end client that has/had contract with the requested sales org.

.google.marketingplatform.admin.v1alpha.Organization organization = 1;

Returns
Type Description
OrganizationOrBuilder

getParserForType()

public Parser<FindSalesPartnerManagedClientsResponse.ClientData> getParserForType()
Returns
Type Description
Parser<ClientData>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStartDate()

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.

getStartDateOrBuilder()

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

hasEndDate()

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.

hasOrganization()

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.

hasStartDate()

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FindSalesPartnerManagedClientsResponse.ClientData.Builder newBuilderForType()
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FindSalesPartnerManagedClientsResponse.ClientData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public FindSalesPartnerManagedClientsResponse.ClientData.Builder toBuilder()
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException