public interface PartnerOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()
Output only. Time the resource was created
.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time the resource was created
.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getEkmSolutions(int index)
public abstract EkmMetadata getEkmSolutions(int index)
List of Google Cloud supported EKM partners supported by the partner
repeated .google.cloud.cloudcontrolspartner.v1beta.EkmMetadata ekm_solutions = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EkmMetadata |
getEkmSolutionsCount()
public abstract int getEkmSolutionsCount()
List of Google Cloud supported EKM partners supported by the partner
repeated .google.cloud.cloudcontrolspartner.v1beta.EkmMetadata ekm_solutions = 4;
Returns | |
---|---|
Type | Description |
int |
getEkmSolutionsList()
public abstract List<EkmMetadata> getEkmSolutionsList()
List of Google Cloud supported EKM partners supported by the partner
repeated .google.cloud.cloudcontrolspartner.v1beta.EkmMetadata ekm_solutions = 4;
Returns | |
---|---|
Type | Description |
List<EkmMetadata> |
getEkmSolutionsOrBuilder(int index)
public abstract EkmMetadataOrBuilder getEkmSolutionsOrBuilder(int index)
List of Google Cloud supported EKM partners supported by the partner
repeated .google.cloud.cloudcontrolspartner.v1beta.EkmMetadata ekm_solutions = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EkmMetadataOrBuilder |
getEkmSolutionsOrBuilderList()
public abstract List<? extends EkmMetadataOrBuilder> getEkmSolutionsOrBuilderList()
List of Google Cloud supported EKM partners supported by the partner
repeated .google.cloud.cloudcontrolspartner.v1beta.EkmMetadata ekm_solutions = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.cloudcontrolspartner.v1beta.EkmMetadataOrBuilder> |
getName()
public abstract String getName()
Identifier. The resource name of the partner.
Format: organizations/{organization}/locations/{location}/partner
Example: "organizations/123456/locations/us-central1/partner"
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Identifier. The resource name of the partner.
Format: organizations/{organization}/locations/{location}/partner
Example: "organizations/123456/locations/us-central1/partner"
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getOperatedCloudRegions(int index)
public abstract String getOperatedCloudRegions(int index)
List of Google Cloud regions that the partner sells services to customers. Valid Google Cloud regions found here: https://cloud.google.com/compute/docs/regions-zones
repeated string operated_cloud_regions = 5;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The operatedCloudRegions at the given index. |
getOperatedCloudRegionsBytes(int index)
public abstract ByteString getOperatedCloudRegionsBytes(int index)
List of Google Cloud regions that the partner sells services to customers. Valid Google Cloud regions found here: https://cloud.google.com/compute/docs/regions-zones
repeated string operated_cloud_regions = 5;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the operatedCloudRegions at the given index. |
getOperatedCloudRegionsCount()
public abstract int getOperatedCloudRegionsCount()
List of Google Cloud regions that the partner sells services to customers. Valid Google Cloud regions found here: https://cloud.google.com/compute/docs/regions-zones
repeated string operated_cloud_regions = 5;
Returns | |
---|---|
Type | Description |
int |
The count of operatedCloudRegions. |
getOperatedCloudRegionsList()
public abstract List<String> getOperatedCloudRegionsList()
List of Google Cloud regions that the partner sells services to customers. Valid Google Cloud regions found here: https://cloud.google.com/compute/docs/regions-zones
repeated string operated_cloud_regions = 5;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the operatedCloudRegions. |
getPartnerProjectId()
public abstract String getPartnerProjectId()
Google Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners.
string partner_project_id = 7;
Returns | |
---|---|
Type | Description |
String |
The partnerProjectId. |
getPartnerProjectIdBytes()
public abstract ByteString getPartnerProjectIdBytes()
Google Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners.
string partner_project_id = 7;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for partnerProjectId. |
getSkus(int index)
public abstract Sku getSkus(int index)
List of SKUs the partner is offering
repeated .google.cloud.cloudcontrolspartner.v1beta.Sku skus = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Sku |
getSkusCount()
public abstract int getSkusCount()
List of SKUs the partner is offering
repeated .google.cloud.cloudcontrolspartner.v1beta.Sku skus = 3;
Returns | |
---|---|
Type | Description |
int |
getSkusList()
public abstract List<Sku> getSkusList()
List of SKUs the partner is offering
repeated .google.cloud.cloudcontrolspartner.v1beta.Sku skus = 3;
Returns | |
---|---|
Type | Description |
List<Sku> |
getSkusOrBuilder(int index)
public abstract SkuOrBuilder getSkusOrBuilder(int index)
List of SKUs the partner is offering
repeated .google.cloud.cloudcontrolspartner.v1beta.Sku skus = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SkuOrBuilder |
getSkusOrBuilderList()
public abstract List<? extends SkuOrBuilder> getSkusOrBuilderList()
List of SKUs the partner is offering
repeated .google.cloud.cloudcontrolspartner.v1beta.Sku skus = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.cloudcontrolspartner.v1beta.SkuOrBuilder> |
getUpdateTime()
public abstract Timestamp getUpdateTime()
Output only. The last time the resource was updated
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last time the resource was updated
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()
Output only. Time the resource was created
.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()
Output only. The last time the resource was updated
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |