Interface GetJSONWebKeysRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GetJSONWebKeysRequest, GetJSONWebKeysRequest.Builder

    public interface GetJSONWebKeysRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getParent()
      The cluster (project, location, cluster name) to get keys for.
      com.google.protobuf.ByteString getParentBytes()
      The cluster (project, location, cluster name) to get keys for.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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 cluster (project, location, cluster name) to get keys for. Specified in
         the format `projects/*/locations/*/clusters/*`.
         
        string parent = 1;
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         The cluster (project, location, cluster name) to get keys for. Specified in
         the format `projects/*/locations/*/clusters/*`.
         
        string parent = 1;
        Returns:
        The bytes for parent.