Package | Description |
---|---|
org.apache.flink.statefun.sdk.shaded.com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
Method.Builder |
Method.Builder.addAllOptions(java.lang.Iterable<? extends Option> values)
Any metadata attached to the method.
|
Method.Builder |
Api.Builder.addMethodsBuilder()
The methods of this interface, in unspecified order.
|
Method.Builder |
Api.Builder.addMethodsBuilder(int index)
The methods of this interface, in unspecified order.
|
Method.Builder |
Method.Builder.addOptions(int index,
Option.Builder builderForValue)
Any metadata attached to the method.
|
Method.Builder |
Method.Builder.addOptions(int index,
Option value)
Any metadata attached to the method.
|
Method.Builder |
Method.Builder.addOptions(Option.Builder builderForValue)
Any metadata attached to the method.
|
Method.Builder |
Method.Builder.addOptions(Option value)
Any metadata attached to the method.
|
Method.Builder |
Method.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
Method.Builder |
Method.Builder.clear() |
Method.Builder |
Method.Builder.clearField(Descriptors.FieldDescriptor field) |
Method.Builder |
Method.Builder.clearName()
The simple name of this method.
|
Method.Builder |
Method.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
Method.Builder |
Method.Builder.clearOptions()
Any metadata attached to the method.
|
Method.Builder |
Method.Builder.clearRequestStreaming()
If true, the request is streamed.
|
Method.Builder |
Method.Builder.clearRequestTypeUrl()
A URL of the input message type.
|
Method.Builder |
Method.Builder.clearResponseStreaming()
If true, the response is streamed.
|
Method.Builder |
Method.Builder.clearResponseTypeUrl()
The URL of the output message type.
|
Method.Builder |
Method.Builder.clearSyntax()
The source syntax of this method.
|
Method.Builder |
Method.Builder.clone() |
Method.Builder |
Api.Builder.getMethodsBuilder(int index)
The methods of this interface, in unspecified order.
|
Method.Builder |
Method.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Method.Builder |
Method.Builder.mergeFrom(Message other) |
Method.Builder |
Method.Builder.mergeFrom(Method other) |
Method.Builder |
Method.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Method.Builder |
Method.newBuilder() |
static Method.Builder |
Method.newBuilder(Method prototype) |
Method.Builder |
Method.newBuilderForType() |
protected Method.Builder |
Method.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Method.Builder |
Method.Builder.removeOptions(int index)
Any metadata attached to the method.
|
Method.Builder |
Method.Builder.setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
Method.Builder |
Method.Builder.setName(java.lang.String value)
The simple name of this method.
|
Method.Builder |
Method.Builder.setNameBytes(ByteString value)
The simple name of this method.
|
Method.Builder |
Method.Builder.setOptions(int index,
Option.Builder builderForValue)
Any metadata attached to the method.
|
Method.Builder |
Method.Builder.setOptions(int index,
Option value)
Any metadata attached to the method.
|
Method.Builder |
Method.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Method.Builder |
Method.Builder.setRequestStreaming(boolean value)
If true, the request is streamed.
|
Method.Builder |
Method.Builder.setRequestTypeUrl(java.lang.String value)
A URL of the input message type.
|
Method.Builder |
Method.Builder.setRequestTypeUrlBytes(ByteString value)
A URL of the input message type.
|
Method.Builder |
Method.Builder.setResponseStreaming(boolean value)
If true, the response is streamed.
|
Method.Builder |
Method.Builder.setResponseTypeUrl(java.lang.String value)
The URL of the output message type.
|
Method.Builder |
Method.Builder.setResponseTypeUrlBytes(ByteString value)
The URL of the output message type.
|
Method.Builder |
Method.Builder.setSyntax(Syntax value)
The source syntax of this method.
|
Method.Builder |
Method.Builder.setSyntaxValue(int value)
The source syntax of this method.
|
Method.Builder |
Method.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Method.Builder |
Method.toBuilder() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Method.Builder> |
Api.Builder.getMethodsBuilderList()
The methods of this interface, in unspecified order.
|
Modifier and Type | Method and Description |
---|---|
Api.Builder |
Api.Builder.addMethods(int index,
Method.Builder builderForValue)
The methods of this interface, in unspecified order.
|
Api.Builder |
Api.Builder.addMethods(Method.Builder builderForValue)
The methods of this interface, in unspecified order.
|
Api.Builder |
Api.Builder.setMethods(int index,
Method.Builder builderForValue)
The methods of this interface, in unspecified order.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.