Interface Endpoint.CloudRunRevisionEndpointOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getUri()
      A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI.
      com.google.protobuf.ByteString getUriBytes()
      A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI.
      • 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

      • getUri

        String getUri()
         A [Cloud Run](https://cloud.google.com/run)
         [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
         URI. The format is:
         projects/{project}/locations/{location}/revisions/{revision}
         
        string uri = 1;
        Returns:
        The uri.
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
         A [Cloud Run](https://cloud.google.com/run)
         [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
         URI. The format is:
         projects/{project}/locations/{location}/revisions/{revision}
         
        string uri = 1;
        Returns:
        The bytes for uri.