public interface FindSalesPartnerManagedClientsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIsActive()
public abstract boolean getIsActive()Optional. If set, only active and just ended clients will be returned.
bool is_active = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isActive. |
getOrganization()
public abstract String getOrganization()Required. The name of the sales partner organization. Format: organizations/{org_id}
string organization = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The organization. |
getOrganizationBytes()
public abstract ByteString getOrganizationBytes()Required. The name of the sales partner organization. Format: organizations/{org_id}
string organization = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for organization. |