Interface CloudFunctionInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDisplayName()
      Name of a Cloud Function.
      com.google.protobuf.ByteString getDisplayNameBytes()
      Name of a Cloud Function.
      String getLocation()
      Location in which the Cloud Function is deployed.
      com.google.protobuf.ByteString getLocationBytes()
      Location in which the Cloud Function is deployed.
      String getUri()
      URI of a Cloud Function.
      com.google.protobuf.ByteString getUriBytes()
      URI of a Cloud Function.
      long getVersionId()
      Latest successfully deployed version id of the Cloud Function.
      • 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

      • getDisplayName

        String getDisplayName()
         Name of a Cloud Function.
         
        string display_name = 1;
        Returns:
        The displayName.
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
         Name of a Cloud Function.
         
        string display_name = 1;
        Returns:
        The bytes for displayName.
      • getUri

        String getUri()
         URI of a Cloud Function.
         
        string uri = 2;
        Returns:
        The uri.
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
         URI of a Cloud Function.
         
        string uri = 2;
        Returns:
        The bytes for uri.
      • getLocation

        String getLocation()
         Location in which the Cloud Function is deployed.
         
        string location = 3;
        Returns:
        The location.
      • getLocationBytes

        com.google.protobuf.ByteString getLocationBytes()
         Location in which the Cloud Function is deployed.
         
        string location = 3;
        Returns:
        The bytes for location.
      • getVersionId

        long getVersionId()
         Latest successfully deployed version id of the Cloud Function.
         
        int64 version_id = 4;
        Returns:
        The versionId.