Uses of Class
com.google.dataflow.v1beta3.JobMessage
-
Packages that use JobMessage Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of JobMessage in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return JobMessage Modifier and Type Method Description JobMessageJobMessage.Builder. build()JobMessageJobMessage.Builder. buildPartial()static JobMessageJobMessage. getDefaultInstance()JobMessageJobMessage.Builder. getDefaultInstanceForType()JobMessageJobMessage. getDefaultInstanceForType()JobMessageListJobMessagesResponse.Builder. getJobMessages(int index)Messages in ascending timestamp order.JobMessageListJobMessagesResponse. getJobMessages(int index)Messages in ascending timestamp order.JobMessageListJobMessagesResponseOrBuilder. getJobMessages(int index)Messages in ascending timestamp order.static JobMessageJobMessage. parseDelimitedFrom(InputStream input)static JobMessageJobMessage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobMessageJobMessage. parseFrom(byte[] data)static JobMessageJobMessage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobMessageJobMessage. parseFrom(com.google.protobuf.ByteString data)static JobMessageJobMessage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobMessageJobMessage. parseFrom(com.google.protobuf.CodedInputStream input)static JobMessageJobMessage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobMessageJobMessage. parseFrom(InputStream input)static JobMessageJobMessage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobMessageJobMessage. parseFrom(ByteBuffer data)static JobMessageJobMessage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.dataflow.v1beta3 that return types with arguments of type JobMessage Modifier and Type Method Description List<JobMessage>ListJobMessagesResponse.Builder. getJobMessagesList()Messages in ascending timestamp order.List<JobMessage>ListJobMessagesResponse. getJobMessagesList()Messages in ascending timestamp order.List<JobMessage>ListJobMessagesResponseOrBuilder. getJobMessagesList()Messages in ascending timestamp order.com.google.protobuf.Parser<JobMessage>JobMessage. getParserForType()static com.google.protobuf.Parser<JobMessage>JobMessage. parser()Methods in com.google.dataflow.v1beta3 with parameters of type JobMessage Modifier and Type Method Description ListJobMessagesResponse.BuilderListJobMessagesResponse.Builder. addJobMessages(int index, JobMessage value)Messages in ascending timestamp order.ListJobMessagesResponse.BuilderListJobMessagesResponse.Builder. addJobMessages(JobMessage value)Messages in ascending timestamp order.JobMessage.BuilderJobMessage.Builder. mergeFrom(JobMessage other)static JobMessage.BuilderJobMessage. newBuilder(JobMessage prototype)ListJobMessagesResponse.BuilderListJobMessagesResponse.Builder. setJobMessages(int index, JobMessage value)Messages in ascending timestamp order.Method parameters in com.google.dataflow.v1beta3 with type arguments of type JobMessage Modifier and Type Method Description ListJobMessagesResponse.BuilderListJobMessagesResponse.Builder. addAllJobMessages(Iterable<? extends JobMessage> values)Messages in ascending timestamp order.static com.google.api.core.ApiFuture<MessagesV1Beta3Client.ListJobMessagesPagedResponse>MessagesV1Beta3Client.ListJobMessagesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobMessagesRequest,ListJobMessagesResponse,JobMessage> context, com.google.api.core.ApiFuture<ListJobMessagesResponse> futureResponse)protected MessagesV1Beta3Client.ListJobMessagesPageMessagesV1Beta3Client.ListJobMessagesPage. createPage(com.google.api.gax.rpc.PageContext<ListJobMessagesRequest,ListJobMessagesResponse,JobMessage> context, ListJobMessagesResponse response)com.google.api.core.ApiFuture<MessagesV1Beta3Client.ListJobMessagesPage>MessagesV1Beta3Client.ListJobMessagesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobMessagesRequest,ListJobMessagesResponse,JobMessage> context, com.google.api.core.ApiFuture<ListJobMessagesResponse> futureResponse)
-