public interface XpnResourceIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The ID of the service resource.
|
com.google.protobuf.ByteString |
getIdBytes()
The ID of the service resource.
|
String |
getType()
The type of the service resource.
|
com.google.protobuf.ByteString |
getTypeBytes()
The type of the service resource.
|
boolean |
hasId()
The ID of the service resource.
|
boolean |
hasType()
The type of the service resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
The ID of the service resource. In the case of projects, this field supports project id (e.g., my-project-123) and project number (e.g. 12345678).
optional string id = 3355;String getId()
The ID of the service resource. In the case of projects, this field supports project id (e.g., my-project-123) and project number (e.g. 12345678).
optional string id = 3355;com.google.protobuf.ByteString getIdBytes()
The ID of the service resource. In the case of projects, this field supports project id (e.g., my-project-123) and project number (e.g. 12345678).
optional string id = 3355;boolean hasType()
The type of the service resource. Check the Type enum for the list of possible values.
optional string type = 3575610;String getType()
The type of the service resource. Check the Type enum for the list of possible values.
optional string type = 3575610;com.google.protobuf.ByteString getTypeBytes()
The type of the service resource. Check the Type enum for the list of possible values.
optional string type = 3575610;Copyright © 2023 Google LLC. All rights reserved.