Package com.google.api.apikeys.v2
Interface LookupKeyResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LookupKeyResponse
,LookupKeyResponse.Builder
public interface LookupKeyResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The resource name of the API key.com.google.protobuf.ByteString
getNameBytes()
The resource name of the API key.String
getParent()
The project that owns the key with the value specified in the request.com.google.protobuf.ByteString
getParentBytes()
The project that owns the key with the value specified in the request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
The project that owns the key with the value specified in the request.
string parent = 1;
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
The project that owns the key with the value specified in the request.
string parent = 1;
- Returns:
- The bytes for parent.
-
getName
String getName()
The resource name of the API key. If the API key has been purged, resource name is empty.
string name = 2;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The resource name of the API key. If the API key has been purged, resource name is empty.
string name = 2;
- Returns:
- The bytes for name.
-
-