Responses

जवाब

किसी अपडेट से मिला एक जवाब.

JSON के काेड में दिखाना
{

  // Union field kind can be only one of the following:
  "createSlide": {
    object (CreateSlideResponse)
  },
  "createShape": {
    object (CreateShapeResponse)
  },
  "createTable": {
    object (CreateTableResponse)
  },
  "replaceAllText": {
    object (ReplaceAllTextResponse)
  },
  "createImage": {
    object (CreateImageResponse)
  },
  "createVideo": {
    object (CreateVideoResponse)
  },
  "createSheetsChart": {
    object (CreateSheetsChartResponse)
  },
  "createLine": {
    object (CreateLineResponse)
  },
  "replaceAllShapesWithImage": {
    object (ReplaceAllShapesWithImageResponse)
  },
  "duplicateObject": {
    object (DuplicateObjectResponse)
  },
  "replaceAllShapesWithSheetsChart": {
    object (ReplaceAllShapesWithSheetsChartResponse)
  },
  "groupObjects": {
    object (GroupObjectsResponse)
  }
  // End of list of possible types for union field kind.
}
फ़ील्ड
यूनियन फ़ील्ड kind. जवाब किस तरह का है. अगर अनुरोध का कोई जवाब नहीं मिला, तो शायद कोई फ़ील्ड सेट न हो. kind इनमें से कोई एक हो सकता है:
createSlide

object (CreateSlideResponse)

स्लाइड बनाने का नतीजा.

createShape

object (CreateShapeResponse)

आकार बनाने का नतीजा.

createTable

object (CreateTableResponse)

टेबल बनाने का नतीजा.

replaceAllText

object (ReplaceAllTextResponse)

टेक्स्ट बदलने का नतीजा.

createImage

object (CreateImageResponse)

इमेज बनाने का नतीजा.

createVideo

object (CreateVideoResponse)

वीडियो बनाने का नतीजा.

createSheetsChart

object (CreateSheetsChartResponse)

Google Sheets चार्ट बनाने का नतीजा.

createLine

object (CreateLineResponse)

लाइन बनाने का नतीजा.

replaceAllShapesWithImage

object (ReplaceAllShapesWithImageResponse)

कुछ मानदंडों से मेल खाने वाले सभी आकारों को किसी इमेज से बदलने का नतीजा.

duplicateObject

object (DuplicateObjectResponse)

किसी ऑब्जेक्ट की डुप्लीकेट कॉपी बनाने का नतीजा.

replaceAllShapesWithSheetsChart

object (ReplaceAllShapesWithSheetsChartResponse)

कुछ शर्तों से मेल खाने वाले सभी आकारों को Google Sheets चार्ट से बदलने का नतीजा.

groupObjects

object (GroupObjectsResponse)

ऑब्जेक्ट को ग्रुप करने का नतीजा.

CreateSlideResponse

स्लाइड बनाने का नतीजा.

JSON के काेड में दिखाना
{
  "objectId": string
}
फ़ील्ड
objectId

string

बनाई गई स्लाइड का ऑब्जेक्ट आईडी.

CreateShapeResponse

आकार बनाने का नतीजा.

JSON के काेड में दिखाना
{
  "objectId": string
}
फ़ील्ड
objectId

string

बनाए गए आकार का ऑब्जेक्ट आईडी.

CreateTableResponse

टेबल बनाने का नतीजा.

JSON के काेड में दिखाना
{
  "objectId": string
}
फ़ील्ड
objectId

string

बनाई गई टेबल का ऑब्जेक्ट आईडी.

ReplaceAllTextResponse

टेक्स्ट बदलने का नतीजा.

JSON के काेड में दिखाना
{
  "occurrencesChanged": integer
}
फ़ील्ड
occurrencesChanged

integer

सभी टेक्स्ट को बदलकर, इंस्टेंस की संख्या बदली गई है.

CreateImageResponse

इमेज बनाने का नतीजा.

JSON के काेड में दिखाना
{
  "objectId": string
}
फ़ील्ड
objectId

string

बनाई गई इमेज का ऑब्जेक्ट आईडी.

CreateVideoResponse

वीडियो बनाने से मिला नतीजा.

JSON के काेड में दिखाना
{
  "objectId": string
}
फ़ील्ड
objectId

string

बनाए गए वीडियो का ऑब्जेक्ट आईडी.

CreateSheetsChartResponse

एम्बेड किया गया Google Sheets चार्ट.

JSON के काेड में दिखाना
{
  "objectId": string
}
फ़ील्ड
objectId

string

बनाए गए चार्ट का ऑब्जेक्ट आईडी.

CreateLineResponse

लाइन बनाने का नतीजा.

JSON के काेड में दिखाना
{
  "objectId": string
}
फ़ील्ड
objectId

string

बनाई गई लाइन का ऑब्जेक्ट आईडी.

ReplaceAllShapesWithImageResponse

आकारों को चित्र से बदलने का परिणाम.

JSON के काेड में दिखाना
{
  "occurrencesChanged": integer
}
फ़ील्ड
occurrencesChanged

integer

इमेज से बदले गए आकारों की संख्या.

DuplicateObjectResponse

किसी ऑब्जेक्ट का डुप्लीकेट बनाने का रिस्पॉन्स.

JSON के काेड में दिखाना
{
  "objectId": string
}
फ़ील्ड
objectId

string

डुप्लीकेट ऑब्जेक्ट का नया आईडी.

ReplaceAllShapesWithSheetsChartResponse

Google Sheets चार्ट के साथ आकारों को बदलने का नतीजा.

JSON के काेड में दिखाना
{
  "occurrencesChanged": integer
}
फ़ील्ड
occurrencesChanged

integer

चार्ट से बदली गई आकृतियों की संख्या.

GroupObjectsResponse

ऑब्जेक्ट के ग्रुप बनाने का नतीजा.

JSON के काेड में दिखाना
{
  "objectId": string
}
फ़ील्ड
objectId

string

बनाए गए ग्रुप का ऑब्जेक्ट आईडी.