Package com.google.cloud.compute.v1
Interface UrlMapReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UrlMapReference
,UrlMapReference.Builder
public interface UrlMapReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUrlMap()
optional string url_map = 367020684;
com.google.protobuf.ByteString
getUrlMapBytes()
optional string url_map = 367020684;
boolean
hasUrlMap()
optional string url_map = 367020684;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUrlMap
boolean hasUrlMap()
optional string url_map = 367020684;
- Returns:
- Whether the urlMap field is set.
-
getUrlMap
String getUrlMap()
optional string url_map = 367020684;
- Returns:
- The urlMap.
-
getUrlMapBytes
com.google.protobuf.ByteString getUrlMapBytes()
optional string url_map = 367020684;
- Returns:
- The bytes for urlMap.
-
-