public interface DeveloperRegistrationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGcpIds(int index)
public abstract String getGcpIds(int index)Output only. The GCP ids attached to this developer registration
repeated string gcp_ids = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The gcpIds at the given index. |
getGcpIdsBytes(int index)
public abstract ByteString getGcpIdsBytes(int index)Output only. The GCP ids attached to this developer registration
repeated string gcp_ids = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the gcpIds at the given index. |
getGcpIdsCount()
public abstract int getGcpIdsCount()Output only. The GCP ids attached to this developer registration
repeated string gcp_ids = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of gcpIds. |
getGcpIdsList()
public abstract List<String> getGcpIdsList()Output only. The GCP ids attached to this developer registration
repeated string gcp_ids = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the gcpIds. |
getName()
public abstract String getName() Identifier. The name (ID) of the developer registration. Generated by the
Content API upon creation of a new DeveloperRegistration. The account
represents the merchant ID of the merchant that owns the registration.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The name (ID) of the developer registration. Generated by the
Content API upon creation of a new DeveloperRegistration. The account
represents the merchant ID of the merchant that owns the registration.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |