Package com.google.cloud.osconfig.v1
Interface OSPolicy.Resource.RepositoryResource.GooRepositoryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OSPolicy.Resource.RepositoryResource.GooRepository
,OSPolicy.Resource.RepositoryResource.GooRepository.Builder
- Enclosing class:
- OSPolicy.Resource.RepositoryResource
public static interface OSPolicy.Resource.RepositoryResource.GooRepositoryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Required.com.google.protobuf.ByteString
getNameBytes()
Required.String
getUrl()
Required.com.google.protobuf.ByteString
getUrlBytes()
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.
-
-