docstring_tokens
sequence | code_tokens
sequence |
---|---|
[
"register",
"a",
"callback",
"to",
"be",
"invoked",
"when",
"the",
"media",
"file",
"is",
"loaded",
"and",
"ready",
"to",
"go"
] | [
"m",
"on",
"prepared",
"listener",
"=",
"l",
";"
] |
[
"register",
"a",
"callback",
"to",
"be",
"invoked",
"when",
"the",
"end",
"of",
"a",
"media",
"file",
"has",
"been",
"reached",
"during",
"playback"
] | [
"m",
"on",
"completion",
"listener",
"=",
"l",
";"
] |
[
"register",
"a",
"callback",
"to",
"be",
"invoked",
"when",
"an",
"error",
"occurs",
"during",
"playback",
"or",
"setup",
"if",
"no",
"listener",
"is",
"specified",
"or",
"if",
"the",
"listener",
"returned",
"false",
"video",
"view",
"will",
"inform",
"the",
"user",
"of",
"any",
"errors"
] | [
"m",
"on",
"error",
"listener",
"=",
"l",
";"
] |
[
"register",
"a",
"callback",
"to",
"be",
"invoked",
"when",
"an",
"informational",
"event",
"occurs",
"during",
"playback",
"or",
"setup"
] | [
"m",
"on",
"info",
"listener",
"=",
"l",
";"
] |
[
"removed",
":",
"m",
"s",
"h",
"callback"
] | [
"if",
"(",
"mp",
"=",
"=",
"null",
")",
"return",
";",
"if",
"(",
"holder",
"=",
"=",
"null",
")",
"{",
"mp",
"set",
"display",
"(",
"null",
")",
";",
"return",
";",
"}",
"holder",
"bind",
"to",
"media",
"player",
"(",
"mp",
")",
";"
] |
[
"{"
] | [
"return",
"schema",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"this",
"schema",
"set",
"value",
"(",
"schema",
")",
";"
] |
[
"{"
] | [
"if",
"(",
"url",
"!",
"=",
"null",
")",
"return",
"url",
";",
"else",
"{",
"if",
"(",
"f",
"is",
"empty",
"(",
"get",
"addresses",
"(",
")",
")",
")",
"return",
"null",
";",
"string",
"builder",
"sb",
"url",
"=",
"new",
"string",
"builder",
"(",
"jdbc",
"thin",
"utils",
"url",
"prefix",
")",
";",
"host",
"and",
"port",
"range",
"[",
"]",
"addrs",
"=",
"get",
"addresses",
"(",
")",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"addrs",
"length",
";",
"i",
"+",
"+",
")",
"{",
"if",
"(",
"i",
">",
"0",
")",
"sb",
"url",
"append",
"(",
"'",
",",
"'",
")",
";",
"sb",
"url",
"append",
"(",
"addrs",
"[",
"i",
"]",
"to",
"string",
"(",
")",
")",
";",
"}",
"if",
"(",
"!",
"f",
"is",
"empty",
"(",
"get",
"schema",
"(",
")",
")",
")",
"sb",
"url",
"append",
"(",
"'",
"/",
"'",
")",
"append",
"(",
"get",
"schema",
"(",
")",
")",
";",
"return",
"sb",
"url",
"to",
"string",
"(",
")",
";",
"}"
] |
[
"{"
] | [
"this",
"url",
"=",
"url",
";",
"init",
"(",
"url",
",",
"new",
"properties",
"(",
")",
")",
";"
] |
[
"{"
] | [
"return",
"addrs",
";"
] |
[
"{"
] | [
"this",
"addrs",
"=",
"addrs",
";"
] |
[
"{"
] | [
"return",
"distributed",
"joins",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"distributed",
"joins",
"set",
"value",
"(",
"val",
")",
";"
] |
[
"{"
] | [
"return",
"enforce",
"join",
"order",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"enforce",
"join",
"order",
"set",
"value",
"(",
"val",
")",
";"
] |
[
"{"
] | [
"return",
"collocated",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"collocated",
"set",
"value",
"(",
"val",
")",
";"
] |
[
"{"
] | [
"return",
"replicated",
"only",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"replicated",
"only",
"set",
"value",
"(",
"val",
")",
";"
] |
[
"{"
] | [
"return",
"auto",
"close",
"server",
"cursor",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"auto",
"close",
"server",
"cursor",
"set",
"value",
"(",
"val",
")",
";"
] |
[
"{"
] | [
"return",
"socket",
"send",
"buffer",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"socket",
"send",
"buffer",
"set",
"value",
"(",
"size",
")",
";"
] |
[
"{"
] | [
"return",
"socket",
"receive",
"buffer",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"socket",
"receive",
"buffer",
"set",
"value",
"(",
"size",
")",
";"
] |
[
"{"
] | [
"return",
"tcp",
"no",
"delay",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"tcp",
"no",
"delay",
"set",
"value",
"(",
"val",
")",
";"
] |
[
"{"
] | [
"return",
"lazy",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"lazy",
"set",
"value",
"(",
"val",
")",
";"
] |
[
"{"
] | [
"return",
"skip",
"reducer",
"on",
"update",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"skip",
"reducer",
"on",
"update",
"set",
"value",
"(",
"val",
")",
";"
] |
[
"{"
] | [
"return",
"ssl",
"mode",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"ssl",
"mode",
"set",
"value",
"(",
"mode",
")",
";"
] |
[
"{"
] | [
"return",
"ssl",
"protocol",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"this",
"ssl",
"protocol",
"set",
"value",
"(",
"ssl",
"protocol",
")",
";"
] |
[
"{"
] | [
"return",
"ssl",
"key",
"algorithm",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"ssl",
"key",
"algorithm",
"set",
"value",
"(",
"key",
"algorithm",
")",
";"
] |
[
"{"
] | [
"return",
"ssl",
"client",
"certificate",
"key",
"store",
"url",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"ssl",
"client",
"certificate",
"key",
"store",
"url",
"set",
"value",
"(",
"url",
")",
";"
] |
[
"{"
] | [
"return",
"ssl",
"client",
"certificate",
"key",
"store",
"password",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"ssl",
"client",
"certificate",
"key",
"store",
"password",
"set",
"value",
"(",
"passwd",
")",
";"
] |
[
"{"
] | [
"return",
"ssl",
"client",
"certificate",
"key",
"store",
"type",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"ssl",
"client",
"certificate",
"key",
"store",
"type",
"set",
"value",
"(",
"ks",
"type",
")",
";"
] |
[
"{"
] | [
"return",
"ssl",
"trust",
"certificate",
"key",
"store",
"url",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"ssl",
"trust",
"certificate",
"key",
"store",
"url",
"set",
"value",
"(",
"url",
")",
";"
] |
[
"{"
] | [
"return",
"ssl",
"trust",
"certificate",
"key",
"store",
"password",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"ssl",
"trust",
"certificate",
"key",
"store",
"password",
"set",
"value",
"(",
"passwd",
")",
";"
] |
[
"{"
] | [
"return",
"ssl",
"trust",
"certificate",
"key",
"store",
"type",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"ssl",
"trust",
"certificate",
"key",
"store",
"type",
"set",
"value",
"(",
"ks",
"type",
")",
";"
] |
[
"{"
] | [
"return",
"ssl",
"trust",
"all",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"this",
"ssl",
"trust",
"all",
"set",
"value",
"(",
"trust",
"all",
")",
";"
] |
[
"{"
] | [
"return",
"ssl",
"factory",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"this",
"ssl",
"factory",
"set",
"value",
"(",
"ssl",
"factory",
")",
";"
] |
[
"{"
] | [
"return",
"nested",
"tx",
"mode",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"nested",
"tx",
"mode",
"set",
"value",
"(",
"val",
")",
";"
] |
[
"{"
] | [
"user",
"set",
"value",
"(",
"name",
")",
";"
] |
[
"{"
] | [
"return",
"user",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"this",
"passwd",
"set",
"value",
"(",
"passwd",
")",
";"
] |
[
"{"
] | [
"return",
"passwd",
"value",
"(",
")",
";"
] |
[
"{"
] | [
"return",
"boolean",
"to",
"string",
"(",
"val",
")",
";"
] |
[
"{"
] | [
"return",
"string",
"value",
"of",
"(",
"val",
")",
";"
] |
[
"{"
] | [
"return",
"integer",
"parse",
"int",
"(",
"str",
")",
";"
] |
[
"gets",
"token",
"value"
] | [
"return",
"val",
";"
] |
[
"{"
] | [
"if",
"(",
"validator",
"!",
"=",
"null",
")",
"validator",
"validate",
"(",
"str",
")",
";",
"if",
"(",
"str",
"=",
"=",
"null",
")",
"val",
"=",
"(",
"string",
")",
"dflt",
"val",
";",
"else",
"val",
"=",
"str",
";"
] |
[
"{"
] | [
"return",
"val",
";"
] |
[
"await",
"termination",
"on",
"the",
"main",
"thread",
"since",
"the",
"grpc",
"library",
"uses",
"daemon",
"threads"
] | [
"if",
"(",
"server",
"!",
"=",
"null",
")",
"{",
"server",
"await",
"termination",
"(",
")",
";",
"}"
] |
[
"main",
"launches",
"the",
"server",
"from",
"the",
"command",
"line"
] | [
"final",
"graph",
"ql",
"grpc",
"server",
"server",
"=",
"new",
"graph",
"ql",
"grpc",
"server",
"(",
")",
";",
"server",
"start",
"(",
")",
";",
"server",
"block",
"until",
"shutdown",
"(",
")",
";"
] |
[
"<",
"p",
">",
"the",
"id",
"of",
"the",
"connection",
"<",
"/",
"p",
">"
] | [
"this",
"connection",
"id",
"=",
"connection",
"id",
";"
] |
[
"<",
"p",
">",
"the",
"id",
"of",
"the",
"connection",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"connection",
"id",
";"
] |
[
"<",
"p",
">",
"the",
"id",
"of",
"a",
"connection",
"lag",
"or",
"interconnect",
"<",
"/",
"p",
">"
] | [
"set",
"connection",
"id",
"(",
"connection",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"identity",
"provider",
"name",
"<",
"/",
"p",
">"
] | [
"this",
"provider",
"name",
"=",
"provider",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"identity",
"provider",
"name",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"provider",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"service",
"provider",
"who",
"establishes",
"connectivity",
"on",
"your",
"behalf",
"if",
"you",
"specify",
"this",
"parameter",
"the",
"loa",
"-",
"cfa",
"lists",
"the",
"provider",
"name",
"alongside",
"your",
"company",
"name",
"as",
"the",
"requester",
"of",
"the",
"cross",
"connect",
"<",
"/",
"p",
">"
] | [
"set",
"provider",
"name",
"(",
"provider",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"standard",
"media",
"type",
"for",
"the",
"loa",
"-",
"cfa",
"document",
"the",
"only",
"supported",
"value",
"is",
"application",
"/",
"pdf",
"<",
"/",
"p",
">"
] | [
"this",
"loa",
"content",
"type",
"=",
"loa",
"content",
"type",
";"
] |
[
"<",
"p",
">",
"the",
"standard",
"media",
"type",
"for",
"the",
"loa",
"-",
"cfa",
"document",
"the",
"only",
"supported",
"value",
"is",
"application",
"/",
"pdf",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"loa",
"content",
"type",
";"
] |
[
"<",
"p",
">",
"the",
"standard",
"media",
"type",
"for",
"the",
"loa",
"-",
"cfa",
"document",
"the",
"only",
"supported",
"value",
"is",
"application",
"/",
"pdf",
"<",
"/",
"p",
">"
] | [
"set",
"loa",
"content",
"type",
"(",
"loa",
"content",
"type",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"standard",
"media",
"type",
"for",
"the",
"loa",
"-",
"cfa",
"document",
"the",
"only",
"supported",
"value",
"is",
"application",
"/",
"pdf",
"<",
"/",
"p",
">"
] | [
"with",
"loa",
"content",
"type",
"(",
"loa",
"content",
"type",
")",
";"
] |
[
"<",
"p",
">",
"the",
"standard",
"media",
"type",
"for",
"the",
"loa",
"-",
"cfa",
"document",
"the",
"only",
"supported",
"value",
"is",
"application",
"/",
"pdf",
"<",
"/",
"p",
">"
] | [
"this",
"loa",
"content",
"type",
"=",
"loa",
"content",
"type",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"get",
"the",
"stats",
"to",
"be",
"computed",
"for",
"the",
"input",
"fields"
] | [
"return",
"m",
"stats",
";"
] |
[
"returns",
"how",
"many",
"univariate",
"stats",
"meta",
"functions",
"are",
"currently",
"being",
"used",
"each",
"univariate",
"stats",
"meta",
"function",
"represents",
"an",
"input",
"field",
"to",
"be",
"processed",
"along",
"with",
"the",
"user",
"-",
"requested",
"stats",
"to",
"compute",
"for",
"it",
"the",
"same",
"input",
"field",
"may",
"occur",
"in",
"more",
"than",
"one",
"univariate",
"stats",
"meta",
"function",
"as",
"more",
"than",
"one",
"percentile",
"may",
"be",
"required"
] | [
"return",
"m",
"stats",
"length",
";"
] |
[
"set",
"the",
"stats",
"to",
"be",
"computed",
"for",
"the",
"input",
"fields"
] | [
"m",
"stats",
"=",
"mf",
";"
] |
[
"allocate",
"space",
"for",
"stats",
"to",
"compute"
] | [
"m",
"stats",
"=",
"new",
"univariate",
"stats",
"meta",
"function",
"[",
"nr",
"stats",
"]",
";"
] |
[
"loads",
"the",
"meta",
"data",
"for",
"this",
"(",
"configured",
")",
"step",
"from",
"xml"
] | [
"int",
"nr",
"stats",
"=",
"x",
"m",
"l",
"handler",
"count",
"nodes",
"(",
"stepnode",
",",
"univariate",
"stats",
"meta",
"function",
"xml",
"tag",
")",
";",
"allocate",
"(",
"nr",
"stats",
")",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"nr",
"stats",
";",
"i",
"+",
"+",
")",
"{",
"node",
"statnode",
"=",
"x",
"m",
"l",
"handler",
"get",
"sub",
"node",
"by",
"nr",
"(",
"stepnode",
",",
"univariate",
"stats",
"meta",
"function",
"xml",
"tag",
",",
"i",
")",
";",
"m",
"stats",
"[",
"i",
"]",
"=",
"new",
"univariate",
"stats",
"meta",
"function",
"(",
"statnode",
")",
";",
"}"
] |
[
"return",
"the",
"xml",
"describing",
"this",
"(",
"configured",
")",
"step"
] | [
"string",
"builder",
"retval",
"=",
"new",
"string",
"builder",
"(",
"300",
")",
";",
"if",
"(",
"m",
"stats",
"!",
"=",
"null",
")",
"{",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"m",
"stats",
"length",
";",
"i",
"+",
"+",
")",
"{",
"retval",
"append",
"(",
"\"",
"\"",
")",
"append",
"(",
"m",
"stats",
"[",
"i",
"]",
"get",
"x",
"m",
"l",
"(",
")",
")",
"append",
"(",
"const",
"cr",
")",
";",
"}",
"}",
"return",
"retval",
"to",
"string",
"(",
")",
";"
] |
[
"check",
"for",
"equality"
] | [
"if",
"(",
"obj",
"!",
"=",
"null",
"&",
"&",
"(",
"obj",
"get",
"class",
"(",
")",
"equals",
"(",
"this",
"get",
"class",
"(",
")",
")",
")",
")",
"{",
"univariate",
"stats",
"meta",
"m",
"=",
"(",
"univariate",
"stats",
"meta",
")",
"obj",
";",
"return",
"(",
"get",
"x",
"m",
"l",
"(",
")",
"equals",
"(",
"m",
"get",
"x",
"m",
"l",
"(",
")",
")",
")",
";",
"}",
"return",
"false",
";"
] |
[
"set",
"the",
"default",
"state",
"of",
"the",
"meta",
"data",
"?"
] | [
"m",
"stats",
"=",
"new",
"univariate",
"stats",
"meta",
"function",
"[",
"0",
"]",
";"
] |
[
"save",
"this",
"step",
"s",
"meta",
"data",
"to",
"a",
"repository"
] | [
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"m",
"stats",
"length",
";",
"i",
"+",
"+",
")",
"{",
"m",
"stats",
"[",
"i",
"]",
"save",
"rep",
"(",
"rep",
",",
"meta",
"store",
",",
"id",
"transformation",
",",
"id",
"step",
",",
"i",
")",
";",
"}"
] |
[
"get",
"the",
"executing",
"step",
"needed",
"by",
"trans",
"to",
"launch",
"a",
"step"
] | [
"return",
"new",
"univariate",
"stats",
"(",
"step",
"meta",
",",
"step",
"data",
"interface",
",",
"cnr",
",",
"tr",
",",
"trans",
")",
";"
] |
[
"get",
"a",
"new",
"instance",
"of",
"the",
"appropriate",
"data",
"class",
"this",
"data",
"class",
"implements",
"the",
"step",
"data",
"interface",
"it",
"basically",
"contains",
"the",
"persisting",
"data",
"that",
"needs",
"to",
"live",
"on",
"even",
"if",
"a",
"worker",
"thread",
"is",
"terminated"
] | [
"return",
"new",
"univariate",
"stats",
"data",
"(",
")",
";"
] |
[
"<",
"p",
">",
"indicates",
"whether",
"the",
"alarm",
"configuration",
"is",
"enabled",
"<",
"/",
"p",
">"
] | [
"this",
"enabled",
"=",
"enabled",
";"
] |
[
"<",
"p",
">",
"indicates",
"whether",
"the",
"alarm",
"configuration",
"is",
"enabled",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"enabled",
";"
] |
[
"<",
"p",
">",
"indicates",
"whether",
"monitoring",
"is",
"enabled",
"<",
"/",
"p",
">"
] | [
"set",
"enabled",
"(",
"enabled",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"indicates",
"whether",
"the",
"alarm",
"configuration",
"is",
"enabled",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"enabled",
";"
] |
[
"<",
"p",
">",
"the",
"limit",
"that",
"you",
"want",
"to",
"get",
"valid",
"values",
"include",
"the",
"following",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"<",
"b",
">",
"max",
"rrsets",
"by",
"zone",
"<",
"/",
"b",
">",
":",
"the",
"maximum",
"number",
"of",
"records",
"that",
"you",
"can",
"create",
"in",
"the",
"specified",
"hosted",
"zone",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"<",
"b",
">",
"max",
"vpcs",
"associated",
"by",
"zone",
"<",
"/",
"b",
">",
":",
"the",
"maximum",
"number",
"of",
"amazon",
"v",
"p",
"cs",
"that",
"you",
"can",
"associate",
"with",
"the",
"specified",
"private",
"hosted",
"zone",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">"
] | [
"return",
"this",
"type",
";"
] |
[
"<",
"p",
">",
"specifies",
"an",
"api",
"method",
"integration",
"type",
"the",
"valid",
"value",
"is",
"one",
"of",
"the",
"following",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"code",
">",
"aws",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"an",
"aws",
"service",
"action",
"including",
"the",
"lambda",
"function",
"-",
"invoking",
"action",
"with",
"the",
"lambda",
"function",
"-",
"invoking",
"action",
"this",
"is",
"referred",
"to",
"as",
"the",
"lambda",
"custom",
"integration",
"with",
"any",
"other",
"aws",
"service",
"action",
"this",
"is",
"known",
"as",
"aws",
"integration",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"code",
">",
"aws",
"proxy",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"the",
"lambda",
"function",
"-",
"invoking",
"action",
"with",
"the",
"client",
"request",
"passed",
"through",
"as",
"-",
"is",
"this",
"integration",
"is",
"also",
"referred",
"to",
"as",
"the",
"lambda",
"proxy",
"integration",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"code",
">",
"http",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"an",
"http",
"endpoint",
"including",
"a",
"private",
"http",
"endpoint",
"within",
"a",
"vpc",
"this",
"integration",
"is",
"also",
"referred",
"to",
"as",
"the",
"http",
"custom",
"integration",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"code",
">",
"http",
"proxy",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"an",
"http",
"endpoint",
"including",
"a",
"private",
"http",
"endpoint",
"within",
"a",
"vpc",
"with",
"the",
"client",
"request",
"passed",
"through",
"as",
"-",
"is",
"this",
"is",
"also",
"referred",
"to",
"as",
"the",
"http",
"proxy",
"integration",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"code",
">",
"mock",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"api",
"gateway",
"as",
"a",
"loop",
"-",
"back",
"endpoint",
"without",
"invoking",
"any",
"backend",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">",
"<",
"p",
">",
"for",
"the",
"http",
"and",
"http",
"proxy",
"integrations",
"each",
"integration",
"can",
"specify",
"a",
"protocol",
"(",
"<",
"code",
">",
"http",
"/",
"https",
"<",
"/",
"code",
">",
")",
"port",
"and",
"path",
"standard",
"80",
"and",
"443",
"ports",
"are",
"supported",
"as",
"well",
"as",
"custom",
"ports",
"above",
"1024",
"an",
"http",
"or",
"http",
"proxy",
"integration",
"with",
"a",
"<",
"code",
">",
"connection",
"type",
"<",
"/",
"code",
">",
"of",
"<",
"code",
">",
"vpc",
"link",
"<",
"/",
"code",
">",
"is",
"referred",
"to",
"as",
"a",
"private",
"integration",
"and",
"uses",
"a",
"<",
"a",
">",
"vpc",
"link",
"<",
"/",
"a",
">",
"to",
"connect",
"api",
"gateway",
"to",
"a",
"network",
"load",
"balancer",
"of",
"a",
"vpc",
"<",
"/",
"p",
">"
] | [
"set",
"type",
"(",
"type",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"specifies",
"an",
"api",
"method",
"integration",
"type",
"the",
"valid",
"value",
"is",
"one",
"of",
"the",
"following",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"code",
">",
"aws",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"an",
"aws",
"service",
"action",
"including",
"the",
"lambda",
"function",
"-",
"invoking",
"action",
"with",
"the",
"lambda",
"function",
"-",
"invoking",
"action",
"this",
"is",
"referred",
"to",
"as",
"the",
"lambda",
"custom",
"integration",
"with",
"any",
"other",
"aws",
"service",
"action",
"this",
"is",
"known",
"as",
"aws",
"integration",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"code",
">",
"aws",
"proxy",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"the",
"lambda",
"function",
"-",
"invoking",
"action",
"with",
"the",
"client",
"request",
"passed",
"through",
"as",
"-",
"is",
"this",
"integration",
"is",
"also",
"referred",
"to",
"as",
"the",
"lambda",
"proxy",
"integration",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"code",
">",
"http",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"an",
"http",
"endpoint",
"including",
"a",
"private",
"http",
"endpoint",
"within",
"a",
"vpc",
"this",
"integration",
"is",
"also",
"referred",
"to",
"as",
"the",
"http",
"custom",
"integration",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"code",
">",
"http",
"proxy",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"an",
"http",
"endpoint",
"including",
"a",
"private",
"http",
"endpoint",
"within",
"a",
"vpc",
"with",
"the",
"client",
"request",
"passed",
"through",
"as",
"-",
"is",
"this",
"is",
"also",
"referred",
"to",
"as",
"the",
"http",
"proxy",
"integration",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"code",
">",
"mock",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"api",
"gateway",
"as",
"a",
"loop",
"-",
"back",
"endpoint",
"without",
"invoking",
"any",
"backend",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">",
"<",
"p",
">",
"for",
"the",
"http",
"and",
"http",
"proxy",
"integrations",
"each",
"integration",
"can",
"specify",
"a",
"protocol",
"(",
"<",
"code",
">",
"http",
"/",
"https",
"<",
"/",
"code",
">",
")",
"port",
"and",
"path",
"standard",
"80",
"and",
"443",
"ports",
"are",
"supported",
"as",
"well",
"as",
"custom",
"ports",
"above",
"1024",
"an",
"http",
"or",
"http",
"proxy",
"integration",
"with",
"a",
"<",
"code",
">",
"connection",
"type",
"<",
"/",
"code",
">",
"of",
"<",
"code",
">",
"vpc",
"link",
"<",
"/",
"code",
">",
"is",
"referred",
"to",
"as",
"a",
"private",
"integration",
"and",
"uses",
"a",
"<",
"a",
">",
"vpc",
"link",
"<",
"/",
"a",
">",
"to",
"connect",
"api",
"gateway",
"to",
"a",
"network",
"load",
"balancer",
"of",
"a",
"vpc",
"<",
"/",
"p",
">"
] | [
"with",
"type",
"(",
"type",
")",
";"
] |
[
"<",
"p",
">",
"specifies",
"an",
"api",
"method",
"integration",
"type",
"the",
"valid",
"value",
"is",
"one",
"of",
"the",
"following",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"code",
">",
"aws",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"an",
"aws",
"service",
"action",
"including",
"the",
"lambda",
"function",
"-",
"invoking",
"action",
"with",
"the",
"lambda",
"function",
"-",
"invoking",
"action",
"this",
"is",
"referred",
"to",
"as",
"the",
"lambda",
"custom",
"integration",
"with",
"any",
"other",
"aws",
"service",
"action",
"this",
"is",
"known",
"as",
"aws",
"integration",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"code",
">",
"aws",
"proxy",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"the",
"lambda",
"function",
"-",
"invoking",
"action",
"with",
"the",
"client",
"request",
"passed",
"through",
"as",
"-",
"is",
"this",
"integration",
"is",
"also",
"referred",
"to",
"as",
"the",
"lambda",
"proxy",
"integration",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"code",
">",
"http",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"an",
"http",
"endpoint",
"including",
"a",
"private",
"http",
"endpoint",
"within",
"a",
"vpc",
"this",
"integration",
"is",
"also",
"referred",
"to",
"as",
"the",
"http",
"custom",
"integration",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"code",
">",
"http",
"proxy",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"an",
"http",
"endpoint",
"including",
"a",
"private",
"http",
"endpoint",
"within",
"a",
"vpc",
"with",
"the",
"client",
"request",
"passed",
"through",
"as",
"-",
"is",
"this",
"is",
"also",
"referred",
"to",
"as",
"the",
"http",
"proxy",
"integration",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"code",
">",
"mock",
"<",
"/",
"code",
">",
":",
"for",
"integrating",
"the",
"api",
"method",
"request",
"with",
"api",
"gateway",
"as",
"a",
"loop",
"-",
"back",
"endpoint",
"without",
"invoking",
"any",
"backend",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">",
"<",
"p",
">",
"for",
"the",
"http",
"and",
"http",
"proxy",
"integrations",
"each",
"integration",
"can",
"specify",
"a",
"protocol",
"(",
"<",
"code",
">",
"http",
"/",
"https",
"<",
"/",
"code",
">",
")",
"port",
"and",
"path",
"standard",
"80",
"and",
"443",
"ports",
"are",
"supported",
"as",
"well",
"as",
"custom",
"ports",
"above",
"1024",
"an",
"http",
"or",
"http",
"proxy",
"integration",
"with",
"a",
"<",
"code",
">",
"connection",
"type",
"<",
"/",
"code",
">",
"of",
"<",
"code",
">",
"vpc",
"link",
"<",
"/",
"code",
">",
"is",
"referred",
"to",
"as",
"a",
"private",
"integration",
"and",
"uses",
"a",
"<",
"a",
">",
"vpc",
"link",
"<",
"/",
"a",
">",
"to",
"connect",
"api",
"gateway",
"to",
"a",
"network",
"load",
"balancer",
"of",
"a",
"vpc",
"<",
"/",
"p",
">"
] | [
"this",
"type",
"=",
"type",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"[",
"required",
"]",
"specifies",
"a",
"get",
"integration",
"response",
"request",
"s",
"http",
"method",
"<",
"/",
"p",
">"
] | [
"this",
"http",
"method",
"=",
"http",
"method",
";"
] |
[
"<",
"p",
">",
"[",
"required",
"]",
"specifies",
"a",
"get",
"integration",
"response",
"request",
"s",
"http",
"method",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"http",
"method",
";"
] |
[
"<",
"p",
">",
"specifies",
"the",
"integration",
"s",
"http",
"method",
"type",
"<",
"/",
"p",
">"
] | [
"set",
"http",
"method",
"(",
"http",
"method",
")",
";",
"return",
"this",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.