Class FindSalesPartnerManagedClientsResponse.ClientData.Builder (0.29.0)

public static final class FindSalesPartnerManagedClientsResponse.ClientData.Builder extends GeneratedMessageV3.Builder<FindSalesPartnerManagedClientsResponse.ClientData.Builder> implements FindSalesPartnerManagedClientsResponse.ClientDataOrBuilder

Contains the client data.

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

Inheritance

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

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder
Overrides

build()

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

buildPartial()

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

clear()

public FindSalesPartnerManagedClientsResponse.ClientData.Builder clear()
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder
Overrides

clearEndDate()

public FindSalesPartnerManagedClientsResponse.ClientData.Builder clearEndDate()

The end date of the contract between the sales org and the end client.

.google.type.Date end_date = 3;

Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

clearField(Descriptors.FieldDescriptor field)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder
Overrides

clearOrganization()

public FindSalesPartnerManagedClientsResponse.ClientData.Builder clearOrganization()

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

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

Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

clearStartDate()

public FindSalesPartnerManagedClientsResponse.ClientData.Builder clearStartDate()

The start date of the contract between the sales org and the end client.

.google.type.Date start_date = 2;

Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

clone()

public FindSalesPartnerManagedClientsResponse.ClientData.Builder clone()
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder
Overrides

getDefaultInstanceForType()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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.

getEndDateBuilder()

public Date.Builder getEndDateBuilder()

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.Builder

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.

getOrganizationBuilder()

public Organization.Builder getOrganizationBuilder()

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

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

Returns
Type Description
Organization.Builder

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

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.

getStartDateBuilder()

public Date.Builder getStartDateBuilder()

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.Builder

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeEndDate(Date value)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder mergeEndDate(Date value)

The end date of the contract between the sales org and the end client.

.google.type.Date end_date = 3;

Parameter
Name Description
value com.google.type.Date
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

mergeFrom(FindSalesPartnerManagedClientsResponse.ClientData other)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder mergeFrom(FindSalesPartnerManagedClientsResponse.ClientData other)
Parameter
Name Description
other FindSalesPartnerManagedClientsResponse.ClientData
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder
Overrides

mergeOrganization(Organization value)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder mergeOrganization(Organization value)

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

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

Parameter
Name Description
value Organization
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

mergeStartDate(Date value)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder mergeStartDate(Date value)

The start date of the contract between the sales org and the end client.

.google.type.Date start_date = 2;

Parameter
Name Description
value com.google.type.Date
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FindSalesPartnerManagedClientsResponse.ClientData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder
Overrides

setEndDate(Date value)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder setEndDate(Date value)

The end date of the contract between the sales org and the end client.

.google.type.Date end_date = 3;

Parameter
Name Description
value com.google.type.Date
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

setEndDate(Date.Builder builderForValue)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder setEndDate(Date.Builder builderForValue)

The end date of the contract between the sales org and the end client.

.google.type.Date end_date = 3;

Parameter
Name Description
builderForValue com.google.type.Date.Builder
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder
Overrides

setOrganization(Organization value)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder setOrganization(Organization value)

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

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

Parameter
Name Description
value Organization
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

setOrganization(Organization.Builder builderForValue)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder setOrganization(Organization.Builder builderForValue)

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

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

Parameter
Name Description
builderForValue Organization.Builder
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder
Overrides

setStartDate(Date value)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder setStartDate(Date value)

The start date of the contract between the sales org and the end client.

.google.type.Date start_date = 2;

Parameter
Name Description
value com.google.type.Date
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

setStartDate(Date.Builder builderForValue)

public FindSalesPartnerManagedClientsResponse.ClientData.Builder setStartDate(Date.Builder builderForValue)

The start date of the contract between the sales org and the end client.

.google.type.Date start_date = 2;

Parameter
Name Description
builderForValue com.google.type.Date.Builder
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final FindSalesPartnerManagedClientsResponse.ClientData.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FindSalesPartnerManagedClientsResponse.ClientData.Builder
Overrides