public interface OrganizationContactOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAddress()
public abstract PostalAddress getAddress()
Required. The organization's address.
.google.type.PostalAddress address = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
com.google.type.PostalAddress |
The address. |
getAddressOrBuilder()
public abstract PostalAddressOrBuilder getAddressOrBuilder()
Required. The organization's address.
.google.type.PostalAddress address = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
com.google.type.PostalAddressOrBuilder |
getContacts(int index)
public abstract Contact getContacts(int index)
Required. The individual points of contact in the organization at this location.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Contact contacts = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Contact |
getContactsCount()
public abstract int getContactsCount()
Required. The individual points of contact in the organization at this location.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Contact contacts = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getContactsList()
public abstract List<Contact> getContactsList()
Required. The individual points of contact in the organization at this location.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Contact contacts = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<Contact> |
getContactsOrBuilder(int index)
public abstract ContactOrBuilder getContactsOrBuilder(int index)
Required. The individual points of contact in the organization at this location.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Contact contacts = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactOrBuilder |
getContactsOrBuilderList()
public abstract List<? extends ContactOrBuilder> getContactsOrBuilderList()
Required. The individual points of contact in the organization at this location.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Contact contacts = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.gdchardwaremanagement.v1alpha.ContactOrBuilder> |
getEmail()
public abstract String getEmail()
Optional. The organization's email.
string email = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The email. |
getEmailBytes()
public abstract ByteString getEmailBytes()
Optional. The organization's email.
string email = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for email. |
getPhone()
public abstract String getPhone()
Optional. The organization's phone number.
string phone = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The phone. |
getPhoneBytes()
public abstract ByteString getPhoneBytes()
Optional. The organization's phone number.
string phone = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for phone. |
hasAddress()
public abstract boolean hasAddress()
Required. The organization's address.
.google.type.PostalAddress address = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the address field is set. |