public interface ReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
String |
getReferenceType()
A description of the reference type with no implied semantics.
|
com.google.protobuf.ByteString |
getReferenceTypeBytes()
A description of the reference type with no implied semantics.
|
String |
getReferrer()
URL of the resource which refers to the target.
|
com.google.protobuf.ByteString |
getReferrerBytes()
URL of the resource which refers to the target.
|
String |
getTarget()
URL of the resource to which this reference points.
|
com.google.protobuf.ByteString |
getTargetBytes()
URL of the resource to which this reference points.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasReferenceType()
A description of the reference type with no implied semantics.
|
boolean |
hasReferrer()
URL of the resource which refers to the target.
|
boolean |
hasTarget()
URL of the resource to which this reference points.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKind()
[Output Only] Type of the resource. Always compute#reference for references.
optional string kind = 3292052;String getKind()
[Output Only] Type of the resource. Always compute#reference for references.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#reference for references.
optional string kind = 3292052;boolean hasReferenceType()
A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF
optional string reference_type = 247521198;String getReferenceType()
A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF
optional string reference_type = 247521198;com.google.protobuf.ByteString getReferenceTypeBytes()
A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF
optional string reference_type = 247521198;boolean hasReferrer()
URL of the resource which refers to the target.
optional string referrer = 351173663;String getReferrer()
URL of the resource which refers to the target.
optional string referrer = 351173663;com.google.protobuf.ByteString getReferrerBytes()
URL of the resource which refers to the target.
optional string referrer = 351173663;boolean hasTarget()
URL of the resource to which this reference points.
optional string target = 192835985;String getTarget()
URL of the resource to which this reference points.
optional string target = 192835985;com.google.protobuf.ByteString getTargetBytes()
URL of the resource to which this reference points.
optional string target = 192835985;Copyright © 2023 Google LLC. All rights reserved.