Package com.google.cloud.compute.v1
Interface TargetReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetReference,TargetReference.Builder
public interface TargetReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTarget()optional string target = 192835985;com.google.protobuf.ByteStringgetTargetBytes()optional string target = 192835985;booleanhasTarget()optional string target = 192835985;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTarget
boolean hasTarget()
optional string target = 192835985;- Returns:
- Whether the target field is set.
-
getTarget
String getTarget()
optional string target = 192835985;- Returns:
- The target.
-
getTargetBytes
com.google.protobuf.ByteString getTargetBytes()
optional string target = 192835985;- Returns:
- The bytes for target.
-
-