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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public FindSalesPartnerManagedClientsResponse.ClientData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FindSalesPartnerManagedClientsResponse.ClientData build()
public FindSalesPartnerManagedClientsResponse.ClientData buildPartial()
public FindSalesPartnerManagedClientsResponse.ClientData.Builder clear()
Overrides
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;
public FindSalesPartnerManagedClientsResponse.ClientData.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public FindSalesPartnerManagedClientsResponse.ClientData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FindSalesPartnerManagedClientsResponse.ClientData.Builder clearOrganization()
The end client that has/had contract with the requested sales org.
.google.marketingplatform.admin.v1alpha.Organization organization = 1;
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;
public FindSalesPartnerManagedClientsResponse.ClientData.Builder clone()
Overrides
public FindSalesPartnerManagedClientsResponse.ClientData getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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 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 |
|
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 Organization.Builder getOrganizationBuilder()
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 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 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 |
|
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
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
|
public FindSalesPartnerManagedClientsResponse.ClientData.Builder mergeFrom(FindSalesPartnerManagedClientsResponse.ClientData other)
public FindSalesPartnerManagedClientsResponse.ClientData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FindSalesPartnerManagedClientsResponse.ClientData.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
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;
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
|
public final FindSalesPartnerManagedClientsResponse.ClientData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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
|
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
|
public FindSalesPartnerManagedClientsResponse.ClientData.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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;
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;
public FindSalesPartnerManagedClientsResponse.ClientData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
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
|
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
|
public final FindSalesPartnerManagedClientsResponse.ClientData.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides