Package com.google.cloud.osconfig.v1beta
Interface GuestPolicies.GooRepositoryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GuestPolicies.GooRepository,GuestPolicies.GooRepository.Builder
- Enclosing class:
- GuestPolicies
public static interface GuestPolicies.GooRepositoryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.StringgetUrl()Required.com.google.protobuf.ByteStringgetUrlBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Required. The name of the repository.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Required. The name of the repository.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for name.
-
getUrl
String getUrl()
Required. The url of the repository.
string url = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
Required. The url of the repository.
string url = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for url.
-
-